From 845843a7053cc5f0f2f20d79cbd868916f866dae Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 2 Aug 2021 10:52:03 +0200 Subject: [PATCH] Update Dockerfile --- filebrowser/Dockerfile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index a6e213765..9aa6c4eac 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -8,12 +8,15 @@ RUN \ # Install apps # ################ apk add --no-cache \ - curl \ - jq \ - bash \ - bind-tools \ - nginx \ - \ + curl \ + jq \ + cifs-utils \ + keyutils \ + samba \ + bash \ + bind-tools \ + nginx \ + \ ################## # Install bashio # ##################