From 81628149a234985e1fba07881ac3448078ce2bc3 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Tue, 15 Nov 2022 09:17:06 +0100 Subject: [PATCH] don't fake the library --- core/base/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/base/Dockerfile b/core/base/Dockerfile index 683f718f..35bcbd15 100644 --- a/core/base/Dockerfile +++ b/core/base/Dockerfile @@ -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