v1.0.10 - bugfix

master
RandomNinjaAtk 4 years ago committed by GitHub
parent 524ef11f51
commit 40e7413068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ FROM linuxserver/sabnzbd
LABEL maintainer="RandomNinjaAtk" LABEL maintainer="RandomNinjaAtk"
ENV TITLE="SABnzbd Extended" ENV TITLE="SABnzbd Extended"
ENV VERSION="1.0.9" ENV VERSION="1.0.10"
ENV SMA_PATH /usr/local/sma ENV SMA_PATH /usr/local/sma
ENV VIDEO_LANG eng ENV VIDEO_LANG eng
ENV VIDEO_SMA FALSE ENV VIDEO_SMA FALSE
@ -30,7 +30,7 @@ RUN \
git \ git \
ffmpeg \ ffmpeg \
python3 \ python3 \
python3-pips && \ python3-pip && \
apt-get purge --auto-remove -y && \ apt-get purge --auto-remove -y && \
apt-get clean && \ apt-get clean && \
echo "************ setup SMA ************" && \ echo "************ setup SMA ************" && \

Loading…
Cancel
Save