forked from projectmoon/tenebrous-dicebot
Don't forget to update xbps on final stage too
This commit is contained in:
parent
e309fd1fc6
commit
38a7e50c5c
|
@ -20,6 +20,9 @@ RUN . /root/.cargo/env && cargo build --release
|
|||
|
||||
# Final image
|
||||
FROM ghcr.io/void-linux/void-linux:latest-mini-x86_64
|
||||
RUN xbps-install -S
|
||||
RUN xbps-install -yu xbps
|
||||
RUN xbps-install -Syu
|
||||
RUN xbps-install -Sy ca-certificates libstdc++
|
||||
COPY --from=builder \
|
||||
/root/src/target/release/dicebot \
|
||||
|
|
Loading…
Reference in New Issue