This commit is contained in:
2023-08-25 01:34:25 +02:00
parent c8040b3971
commit 620f3c98ba

View File

@@ -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 \