forked from projectmoon/tenebrous-dicebot
Always point to glibc image for Docker build.
This commit is contained in:
parent
932e06ad91
commit
f6099c657e
|
@ -19,7 +19,7 @@ ADD . ./
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
# Final image
|
# Final image
|
||||||
FROM bougyman/voidlinux:latest
|
FROM bougyman/voidlinux:glibc
|
||||||
RUN xbps-install -Sy ca-certificates libstdc++
|
RUN xbps-install -Sy ca-certificates libstdc++
|
||||||
COPY --from=builder \
|
COPY --from=builder \
|
||||||
/root/src/target/release/dicebot \
|
/root/src/target/release/dicebot \
|
||||||
|
|
Loading…
Reference in New Issue