From 3fcd4e7999ded879dc0d5463485cb314b65a7d2f Mon Sep 17 00:00:00 2001 From: Moe Alam Date: Thu, 14 Jan 2021 07:08:25 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \