Update Dockerfile

Try using APT::Immediate-Configure=0
This commit is contained in:
Luboš Doležel 2021-01-27 13:54:39 +01:00 committed by GitHub
parent bf778e3c5e
commit 9f13e7a070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y \
libavresample4 libavresample4:i386 \
libdbus-1-3 libdbus-1-3:i386 \
libc6-i386 \
fuse \
fuse -o APT::Immediate-Configure=0 \
wget && apt-get clean -y
RUN wget -O darling.deb ${DARLING_DEB} && \