From cc3ed01a64a9ba428becbd2d9be9806346a58888 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 9 Aug 2021 17:22:17 +0200 Subject: [PATCH] Update Dockerfile --- filebrowser/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index cd3dbb49d..3f86fd4d5 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -8,13 +8,16 @@ RUN \ # Install apps # ################ apk add --no-cache \ + # bashio curl \ jq \ + bash \ + # smb mounts cifs-utils \ keyutils \ samba \ - bash \ bind-tools \ + # nginx nginx \ \ ##################