mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
[GH-33898] Add missing --no-cache to Dockerfile. (#33906)
This commit is contained in:
parent
70d7b3fc55
commit
752a0f3a65
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user