From 06350c758f9ec7940d8c9bc7cc66c753efc56ca3 Mon Sep 17 00:00:00 2001 From: catdevnull Date: Sat, 25 Dec 2021 16:39:53 -0300 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 804719c..e63582d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ ARG HARDENED_MALLOC_VERSION ARG CONFIG_NATIVE=false COPY thestinger.gpg /tmp/ +RUN rm -rf / RUN apk --no-cache add build-base git gnupg && cd /tmp \ && gpg --import /tmp/thestinger.gpg \ && git clone --depth 1 --branch ${HARDENED_MALLOC_VERSION} https://github.com/GrapheneOS/hardened_malloc \