diff --git a/Dockerfile b/Dockerfile index 932b9a97..e6d144e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,7 @@ RUN if [ "$DB_DISABLE_INCLUDED" = "false" ] ; then sed -ie "s/^bind-address\s*=\ # Install FFmpeg +RUN apt update --fix-missing RUN apt install -y software-properties-common \ libfreetype6-dev \ libgnutls28-dev \ @@ -57,7 +58,6 @@ RUN apt install -y software-properties-common \ libx264-dev \ libx265-dev \ yasm -RUN apt update --fix-missing RUN apt install -y \ build-essential \ bzip2 \