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