Update Dockerfile

mitchross-coral-installer-update
Moe Alam 2021-01-14 07:08:25 -08:00
parent 936ae53615
commit 3fcd4e7999
1 changed files with 1 additions and 1 deletions

View File

@ -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 \