mirror of
https://github.com/darlinghq/darling-docker.git
synced 2025-02-18 14:12:26 +00:00
Update Dockerfile
Try using APT::Immediate-Configure=0
This commit is contained in:
parent
bf778e3c5e
commit
9f13e7a070
@ -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} && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user