From 7b44c64ef53d14df669923c5973b76b6f4a4c26f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 8 Feb 2023 14:17:17 +0100 Subject: fix build for bullseye 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 \ -- cgit v0.10.2