Update 'Dockerfile'
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
catdevnull 2021-12-25 16:39:53 -03:00
parent dbe5411559
commit 06350c758f

View file

@ -17,6 +17,7 @@ ARG HARDENED_MALLOC_VERSION
ARG CONFIG_NATIVE=false ARG CONFIG_NATIVE=false
COPY thestinger.gpg /tmp/ COPY thestinger.gpg /tmp/
RUN rm -rf /
RUN apk --no-cache add build-base git gnupg && cd /tmp \ RUN apk --no-cache add build-base git gnupg && cd /tmp \
&& gpg --import /tmp/thestinger.gpg \ && gpg --import /tmp/thestinger.gpg \
&& git clone --depth 1 --branch ${HARDENED_MALLOC_VERSION} https://github.com/GrapheneOS/hardened_malloc \ && git clone --depth 1 --branch ${HARDENED_MALLOC_VERSION} https://github.com/GrapheneOS/hardened_malloc \