mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
ADD Support of SMBClient for External storage
It might be nice to support SMBClient for External storage. It could be possible just by adding smbclient package.
This commit is contained in:
parent
ff52578e4f
commit
e5c70c2fc2
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
libpng12-dev \
|
libpng12-dev \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
|
smbclient \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue