From 62d1938c8914ce846942321fa096fbbfe62a757e Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 23 Nov 2019 21:58:13 +0000 Subject: [PATCH] fix(core): update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98fc9ac..3dc5f10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \