summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-08 13:17:17 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2023-02-08 13:18:17 (GMT)
commit7b44c64ef53d14df669923c5973b76b6f4a4c26f (patch)
treec4dc671fc366b9c506228468db90b1e28cfca46f
parentc01c1a68ab982fe9342a5691910583726c7c666d (diff)
fix build for bullseye
-rw-r--r--debian/bullseye/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bullseye/Dockerfile b/debian/bullseye/Dockerfile
index d2ac56c..960e58e 100644
--- a/debian/bullseye/Dockerfile
+++ b/debian/bullseye/Dockerfile
@@ -6,7 +6,7 @@ LABEL at.helsinki.docker.os.distro=debian at.helsinki.docker.os.release=bullseye
RUN set -x \
&& echo 'deb http://apt.helsinki.at/debian bullseye main' > /etc/apt/sources.list \
&& echo 'deb http://apt.helsinki.at/debian bullseye-updates main' >> /etc/apt/sources.list \
- && echo 'deb http://apt.helsinki.at/security bullseye-updates main' >>/etc/apt/sources.list \
+ && echo 'deb http://apt.helsinki.at/security bullseye-security main' >>/etc/apt/sources.list \
&& echo 'APT::Install-Recommends "false";' >/etc/apt/apt.conf.d/02-norecommends \
&& apt-get update -q \
&& apt-get install -y -q tzdata locales \