add smbclient to NAS enabled addons

This commit is contained in:
Alexandre
2021-10-19 15:33:10 +02:00
parent 177995689b
commit 88613e99f8
19 changed files with 82 additions and 63 deletions

View File

@@ -14,14 +14,15 @@ RUN \
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \
cifs-utils \
keyutils \
samba \
nginx \
coreutils \
openvpn \
jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient \
nginx \
coreutils \
openvpn \
&& apt-get clean \
\
##################