Update Dockerfile
parent
936ae53615
commit
3fcd4e7999
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue