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
567830ed0b
commit
b962aaa63d
@ -5,10 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# bullseye sources list
|
||||
##################################################################
|
||||
COPY sources.list /etc/apt/sources.list.d/sources.sid.list
|
||||
RUN rm -rfv /etc/apt/sources.list
|
||||
COPY sources.list /etc/apt/sources.list
|
||||
RUN apt update && \
|
||||
apt autoremove -y && \
|
||||
apt-get install -y -o APT::Immediate-Configure=0 -t sid libc6 && \
|
||||
apt-get install -y libc6 && \
|
||||
apt dist-upgrade -y && \
|
||||
apt autoremove -y
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user