mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
bug https://github.com/docker/for-linux/issues/1131 workfound fix
This commit is contained in:
parent
e85ac35920
commit
654a51335d
@ -8,6 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
COPY sources.sid.list /etc/apt/sources.list.d/sources.sid.list
|
||||
RUN apt update && \
|
||||
apt autoremove -y && \
|
||||
apt-get install -y -o APT::Immediate-Configure=0 -t sid libc6 && \
|
||||
apt dist-upgrade -y && \
|
||||
apt autoremove -y
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user