fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-23 21:58:13 +00:00
parent 7021f177f6
commit 62d1938c89

View File

@ -20,7 +20,7 @@ RUN apk update && apk add --no-cache \
&& update-ca-certificates
# Add the patch fix
COPY common/stack-fix.c /lib/
COPY ./stack-fix.c /lib/
# Prepare the libraries packages
RUN set -ex \