1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

add --no-cache

This commit is contained in:
Florent Daigniere 2022-11-15 09:09:47 +01:00
parent 455180043d
commit 9b2f018be6

View File

@ -17,7 +17,7 @@ RUN set -euxo pipefail \
; if [[ "${machine}" == x86_64 || "${machine}" == armv8* || "${machine}" == aarch64 ]] \
; then \
echo "Installing hardened-malloc" \
; apk add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing hardened-malloc \
; apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing hardened-malloc \
; else \
echo "Faking the install of hardened-malloc" \
; cp /lib/ld-musl-${machine}.so.1 /usr/lib/libhardened_malloc.so \