From ba88ffd15fac86af56ab5032c039852617a9689b Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 17 Sep 2021 18:53:23 -0400 Subject: [PATCH] v1.0.8 - quick fix --- Dockerfile.unstable | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.unstable b/Dockerfile.unstable index a8a374a..acddfd9 100644 --- a/Dockerfile.unstable +++ b/Dockerfile.unstable @@ -2,7 +2,7 @@ FROM linuxserver/sabnzbd:unstable LABEL maintainer="RandomNinjaAtk" ENV TITLE="SABnzbd Extended" -ENV VERSION="1.0.7" +ENV VERSION="1.0.8" ENV SMA_PATH /usr/local/sma ENV VIDEO_LANG eng ENV VIDEO_SMA FALSE @@ -17,8 +17,8 @@ ENV AUDIO_DSFAS 150M RUN \ echo "************ install dependencies ************" && \ apt-get update && \ - apt-get install -y software-properties-common && \ - add-apt-repository ppa:jonathonf/ffmpeg-4 -y && \ + # apt-get install -y software-properties-common && \ + # add-apt-repository ppa:jonathonf/ffmpeg-4 -y && \ echo "************ install and update packages ************" && \ apt-get update && \ apt-get install -y \