From 654a51335d93a6f3731b444d775b3485f07dbe80 Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 24 Nov 2020 14:18:53 +0300 Subject: [PATCH] bug https://github.com/docker/for-linux/issues/1131 workfound fix --- epicmorg/edge/main/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/epicmorg/edge/main/Dockerfile b/epicmorg/edge/main/Dockerfile index bc2be7e5e..bf708c21e 100644 --- a/epicmorg/edge/main/Dockerfile +++ b/epicmorg/edge/main/Dockerfile @@ -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