From 85e8416f137b3f9af179d2d30f8250961c670fd5 Mon Sep 17 00:00:00 2001 From: Konstantin Zangerle Date: Wed, 24 Aug 2022 11:28:53 +0200 Subject: [PATCH] add whitespace to see if pipeline is triggered --- ci_container/Dockerfile.jammy | 1 + 1 file changed, 1 insertion(+) diff --git a/ci_container/Dockerfile.jammy b/ci_container/Dockerfile.jammy index 36aba09..9ef3d92 100644 --- a/ci_container/Dockerfile.jammy +++ b/ci_container/Dockerfile.jammy @@ -7,6 +7,7 @@ LABEL org.opencontainers.image.created=${BUILDTIMESTAMP} \ org.opencontainers.image.source="https://git.scc.kit.edu/mail/exim-encrypt-dlfunc/" \ org.opencontainers.image.licenses="Apache-2.0" + RUN apt-get update; \ DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install --no-install-recommends -y \ build-essential \