v1.0.14 - alpine...?

master
RandomNinjaAtk 3 years ago committed by GitHub
parent c7f37e84f4
commit 53136707f8
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.13" ENV VERSION="1.0.14"
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
@ -15,13 +15,8 @@ ENV AUDIO_DSFA TRUE
ENV AUDIO_DSFAS 150M ENV AUDIO_DSFAS 150M
RUN \ RUN \
echo "************ install dependencies ************" && \
apt-get update && \
# apt-get install -y software-properties-common && \
# add-apt-repository ppa:jonathonf/ffmpeg-4 -y && \
echo "************ install and update packages ************" && \ echo "************ install and update packages ************" && \
apt-get update && \ apk add -U --update --no-cache \
apt-get install -y \
mkvtoolnix \ mkvtoolnix \
mp3val \ mp3val \
flac \ flac \
@ -30,9 +25,7 @@ RUN \
git \ git \
ffmpeg \ ffmpeg \
python3 \ python3 \
python3-pip && \ py3-pip && \
apt-get purge --auto-remove -y && \
apt-get clean && \
echo "************ setup SMA ************" && \ echo "************ setup SMA ************" && \
echo "************ setup directory ************" && \ echo "************ setup directory ************" && \
mkdir -p ${SMA_PATH} && \ mkdir -p ${SMA_PATH} && \

Loading…
Cancel
Save