Update 'Dockerfile' #1

Closed
catdevnull wants to merge 1 commit from (deleted):catdevnull-patch-1 into master
Showing only changes of commit 06350c758f - Show all commits

View file

@ -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 \