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

@@ -5,17 +5,18 @@ FROM ${BUILD_FROM}
ARG BASHIO_VERSION=0.13.1
RUN \
################
################
# Install apps #
################
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl \
cifs-utils \
keyutils \
samba \
jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient \
\
##################
# Install bashio #