edge+ migrated to bullseye; nginx updated

This commit is contained in:
STAM 2021-07-13 14:03:09 +03:00
parent a57b1229f2
commit 567830ed0b

View File

@ -3,9 +3,9 @@ LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
################################################################## ##################################################################
# sid sources list # bullseye sources list
################################################################## ##################################################################
COPY sources.sid.list /etc/apt/sources.list.d/sources.sid.list COPY sources.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-get install -y -o APT::Immediate-Configure=0 -t sid libc6 && \