0
0
Fork 0
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:
JꙨdцӍoηҬ 2016-12-07 10:29:11 +01:00 committed by GitHub
parent ff52578e4f
commit e5c70c2fc2

View file

@ -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