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

@@ -15,12 +15,13 @@ RUN \
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \
cifs-utils \
keyutils \
samba \
coreutils \
jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient \
coreutils \
\
##################
# Install bashio #