mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-21 23:33:31 +01:00
Updated repository for Web-service on Ubuntu
This commit is contained in:
parent
859920ff9e
commit
e2f4516697
@ -45,9 +45,9 @@ RUN set -eux && \
|
||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 && \
|
||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA8E81B4331F7F50 && \
|
||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 112695A0E562B32A && \
|
||||
echo "deb http://deb.debian.org/debian buster main" > /etc/apt/sources.list.d/debian.list && \
|
||||
echo "deb http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list.d/debian.list && \
|
||||
echo "deb http://deb.debian.org/debian-security buster/updates main" >> /etc/apt/sources.list.d/debian.list && \
|
||||
echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/debian.list && \
|
||||
echo "deb http://deb.debian.org/debian bullseye-updates main" >> /etc/apt/sources.list.d/debian.list && \
|
||||
# echo "deb http://deb.debian.org/debian-security bullseye/updates main" >> /etc/apt/sources.list.d/debian.list && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||
--no-install-recommends install \
|
||||
|
Loading…
Reference in New Issue
Block a user