From 1bc3e2a5e6e50a759252f0060e250dff8e35adc5 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 6 Dec 2020 21:00:50 -0500 Subject: [PATCH] v1.0.7 - docker file updates --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1983a27..8453b11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM linuxserver/sabnzbd LABEL maintainer="RandomNinjaAtk" ENV TITLE="SABnzbd Extended" -ENV VERSION="1.0.4" +ENV VERSION="1.0.7" ENV SMA_PATH /usr/local/sma ENV VIDEO_LANG eng ENV VIDEO_SMA FALSE @@ -21,7 +21,6 @@ RUN \ add-apt-repository ppa:jonathonf/ffmpeg-4 -y && \ echo "************ install and update packages ************" && \ apt-get update && \ - apt-get upgrade -y && \ apt-get install -y \ mkvtoolnix \ mp3val \ @@ -31,8 +30,7 @@ RUN \ git \ ffmpeg \ python3 \ - python3-pip \ - ffmpeg && \ + python3-pip && \ apt-get purge --auto-remove -y && \ apt-get clean && \ echo "************ setup SMA ************" && \ @@ -48,7 +46,7 @@ RUN \ chmod g+w ${SMA_PATH}/config/sma.log && \ echo "************ install pip dependencies ************" && \ python3 -m pip install --user --upgrade pip && \ - pip3 install -r ${SMA_PATH}/setup/requirements.txt + pip3 install -r ${SMA_PATH}/setup/requirements.txt # copy local files