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:
parent
5b4755e5c7
commit
492baa085a
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
rsync \
|
||||
samba-client \
|
||||
; \
|
||||
\
|
||||
rm /var/spool/cron/crontabs/root; \
|
||||
|
|
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||
rsync \
|
||||
bzip2 \
|
||||
busybox-static \
|
||||
smbclient \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue