Update Dockerfile

pull/11/head
RandomNinjaAtk 4 years ago committed by GitHub
parent fcdf10a66a
commit 568931e22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ ENV AUDIO_REQUIREBEETSTAGGING false
RUN \
echo "************ install dependencies ************" && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:jonathonf/ffmpeg-4 && \
add-apt-repository ppa:jonathonf/ffmpeg-4 -y && \
echo "************ install packages ************" && \
apt-get update && \
apt-get install -y \

Loading…
Cancel
Save