mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
edge+ migrated to bullseye; nginx updated
This commit is contained in:
parent
a57b1229f2
commit
567830ed0b
@ -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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user