This commit is contained in:
STAM 2020-11-24 14:18:53 +03:00
parent e85ac35920
commit 654a51335d

View File

@ -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