From f6099c657e0524778bfa8bfc9465a027b4076afd Mon Sep 17 00:00:00 2001 From: projectmoon Date: Wed, 3 Feb 2021 23:32:45 +0000 Subject: [PATCH] Always point to glibc image for Docker build. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14ffe98..1aabf19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ADD . ./ RUN cargo build --release # Final image -FROM bougyman/voidlinux:latest +FROM bougyman/voidlinux:glibc RUN xbps-install -Sy ca-certificates libstdc++ COPY --from=builder \ /root/src/target/release/dicebot \