Update amd64.dockerfile

pull/49/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 1ef26d93c0
commit ddff4a6969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ ENV SMA_APP Radarr
RUN \
echo "************ install packages ************" && \
apk add -U --update --no-cache \
apk add -U --update --no-cache \
flac \
opus-tools \
jq \
@ -20,7 +20,7 @@ RUN \
gcc \
ffmpeg && \
echo "************ install python packages ************" && \
pip install --upgrade --no-cache-dir \
pip install --upgrade --no-cache-dir -U \
yq \
yt-dlp && \
echo "************ setup SMA ************" && \

Loading…
Cancel
Save