From 9e7238c96d37ff5c078fbb90e78cb7f7b550ebd6 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 11 Nov 2020 12:42:34 +0100 Subject: [PATCH] Add copying of libgcc from builder Signed-off-by: trivernis --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f2bcd7..a1e4f0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN cp config/00_default.toml config/10_local.toml RUN rm private_key FROM alpine -RUN apk add --no-cache build-base +COPY --from=builder /usr/lib/libgcc* /usr/lib COPY --from=builder /tmp/snekcloud/snekcloud-server . COPY --from=builder /tmp/snekcloud/config / ENTRYPOINT ["/snekcloud-server"] \ No newline at end of file