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

@@ -11,6 +11,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
samba \
smbclient \
\
&& apt-get -y upgrade cifs-utils \
\