Skip to content
Snippets Groups Projects
Commit b2ce6936 authored by jurgenhaas's avatar jurgenhaas
Browse files

Don't cache apk when building l3drun

parent f3af0035
No related branches found
No related tags found
1 merge request!1Feature/macos
......@@ -14,7 +14,7 @@ ARG glibc_version=2.28-r0
ADD scripts/* /usr/local/bin/
RUN apk add bash curl jq && \
RUN apk add --no-cache bash curl jq && \
wget -q https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub && \
wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${glibc_version}/glibc-${glibc_version}.apk && \
apk add --no-cache glibc-${glibc_version}.apk && \
......
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