0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00

Add smbclient for External Storages support in Docker containers

Signed-off-by: Renaud Lepage <root@cybikbase.com>
This commit is contained in:
Renaud Lepage 2021-01-09 10:33:42 -08:00
parent 5b4755e5c7
commit 492baa085a
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ RUN set -ex; \
\
apk add --no-cache \
rsync \
samba-client \
; \
\
rm /var/spool/cron/crontabs/root; \

View file

@ -8,6 +8,7 @@ RUN set -ex; \
rsync \
bzip2 \
busybox-static \
smbclient \
; \
rm -rf /var/lib/apt/lists/*; \
\