Added smbclient for real

This commit is contained in:
Jarno Rankinen 2022-10-27 10:06:24 +03:00
parent 6ba341c180
commit 26f5716c81
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apt-get update &&\
apt-get install -y \ apt-get install -y \
supervisor \ supervisor \
ffmpeg \ ffmpeg \
libmagickcore-6.q16-6-extra &&\ libmagickcore-6.q16-6-extra \
smbclient &&\ smbclient &&\
apt clean &&\ apt clean &&\
rm -rf /var/lib/apt/lists/* &&\ rm -rf /var/lib/apt/lists/* &&\