diff --git a/Dockerfile b/Dockerfile index a11a750..c480577 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM linuxserver/sabnzbd LABEL maintainer="RandomNinjaAtk" ENV TITLE="SABnzbd Extended" -ENV VERSION="1.0.11" +ENV VERSION="1.0.12" ENV SMA_PATH /usr/local/sma ENV VIDEO_LANG eng ENV VIDEO_SMA FALSE @@ -18,7 +18,7 @@ RUN \ echo "************ install dependencies ************" && \ apt-get update && \ apt-get install -y software-properties-common && \ - add-apt-repository ppa:jonathonf/ffmpeg-4 -y && \ + # add-apt-repository ppa:jonathonf/ffmpeg-4 -y && \ echo "************ install and update packages ************" && \ apt-get update && \ apt-get install -y \