diff --git a/Dockerfile b/Dockerfile index ef0ad80..b4295b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ ENV AUDIO_REQUIREBEETSTAGGING false RUN \ echo "************ install dependencies ************" && \ + apt-get update && \ apt-get install -y software-properties-common && \ add-apt-repository ppa:jonathonf/ffmpeg-4 -y && \ echo "************ install packages ************" && \