Skip to content
Snippets Groups Projects
Commit 0a9ff5ef authored by Martin Heistermann's avatar Martin Heistermann
Browse files

ccache, save metadata

parent 669c8b42
No related branches found
No related tags found
No related merge requests found
Pipeline #9095 failed
......@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
binutils \
ca-certificates \
clang \
ccache \
cmake \
coinor-libipopt-dev \
curl \
......@@ -28,3 +29,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
time \
tzdata \
wget
ENV CCACHE_DIR "/cache/ccache"
ARG VCS_URL
ARG VCS_REF
LABEL org.opencontainers.image.source=${VCS_URL} `
org.opencontainers.image.revision=${VCS_REF}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment