Update Dockerfile

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

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

Loading…
Cancel
Save