mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-27 14:07:56 +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
|
COPY sources.sid.list /etc/apt/sources.list.d/sources.sid.list
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt autoremove -y && \
|
apt autoremove -y && \
|
||||||
|
apt-get install -y -o APT::Immediate-Configure=0 -t sid libc6 && \
|
||||||
apt dist-upgrade -y && \
|
apt dist-upgrade -y && \
|
||||||
apt autoremove -y
|
apt autoremove -y
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user