From fcdf10a66a662f5afd1dd7853a6fb66b08bab3b2 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 9 Jun 2020 08:52:33 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \