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

don't fake the library

This commit is contained in:
Florent Daigniere 2022-11-15 09:17:06 +01:00
parent 9b2f018be6
commit 81628149a2

View File

@ -18,10 +18,6 @@ RUN set -euxo pipefail \
; then \
echo "Installing 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 \
; touch /usr/lib/libhardened_malloc.so.faked \
; fi
ENV LD_PRELOAD=/usr/lib/libhardened_malloc.so