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 \
|
apk add --no-cache \
|
||||||
rsync \
|
rsync \
|
||||||
|
samba-client \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
rm /var/spool/cron/crontabs/root; \
|
rm /var/spool/cron/crontabs/root; \
|
||||||
|
|
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
||||||
rsync \
|
rsync \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
|
smbclient \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*; \
|
rm -rf /var/lib/apt/lists/*; \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue