From 620f3c98babc9694236fc038eb4ad5aa2b3f9828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Bonelle?= Date: Fri, 25 Aug 2023 01:34:25 +0200 Subject: [PATCH] Fix --- promtail/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/promtail/Dockerfile b/promtail/Dockerfile index b2400e8..e8a36f6 100644 --- a/promtail/Dockerfile +++ b/promtail/Dockerfile @@ -7,8 +7,7 @@ ARG YQ_VERSION ARG PROMTAIL_VERSION # Add yq and tzdata (required for the timestamp stage) -RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list -RUN apt-get update && apt-get install -t bullseye-backports -qy libsystemd-dev +RUN apt-get update && apt-get install -qy libsystemd-dev RUN set -eux; \ apt-get update; \ apt-get install -qy --no-install-recommends \