[GH-33898] Add missing --no-cache to Dockerfile. (#33906) (#33935)

(cherry picked from commit 752a0f3a65)

Co-authored-by: Ben van B <030@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-05-11 16:16:19 +02:00
committed by GitHub
co-authored by Ben van B
parent 7de8959f6a
commit a574f97b79
+1 -1
View File
@@ -37,7 +37,7 @@ RUN if [ `arch` = "x86_64" ]; then \
-O /tmp/glibc-2.30-r0.apk && \
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-bin-2.30-r0.apk \
-O /tmp/glibc-bin-2.30-r0.apk && \
apk add --allow-untrusted /tmp/glibc-2.30-r0.apk /tmp/glibc-bin-2.30-r0.apk && \
apk add --no-cache --allow-untrusted /tmp/glibc-2.30-r0.apk /tmp/glibc-bin-2.30-r0.apk && \
rm -f /tmp/glibc-2.30-r0.apk && \
rm -f /tmp/glibc-bin-2.30-r0.apk && \
rm -f /lib/ld-linux-x86-64.so.2 && \