Added smbclient

This commit is contained in:
Jarno Rankinen 2022-10-27 10:02:39 +03:00
parent 91a884043a
commit 6ba341c180
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ RUN apt-get update &&\
supervisor \ supervisor \
ffmpeg \ ffmpeg \
libmagickcore-6.q16-6-extra &&\ libmagickcore-6.q16-6-extra &&\
smbclient &&\
apt clean &&\ apt clean &&\
rm -rf /var/lib/apt/lists/* &&\ rm -rf /var/lib/apt/lists/* &&\
mkdir /var/log/supervisord /var/run/supervisord mkdir /var/log/supervisord /var/run/supervisord