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