diff --git a/Dockerfile b/Dockerfile index f188651..e91460f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \