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 \ \ ##################