add whitespace to see if pipeline is triggered

This commit is contained in:
Konstantin Zangerle
2022-08-24 11:28:53 +02:00
parent 032b8f4838
commit 85e8416f13

View File

@ -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.source="https://git.scc.kit.edu/mail/exim-encrypt-dlfunc/" \
org.opencontainers.image.licenses="Apache-2.0" org.opencontainers.image.licenses="Apache-2.0"
RUN apt-get update; \ RUN apt-get update; \
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install --no-install-recommends -y \ DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install --no-install-recommends -y \
build-essential \ build-essential \