mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 10:04:07 +02:00
no longer depends on openssl
This commit is contained in:
parent
6378e12eee
commit
1daec9dafc
4 changed files with 14 additions and 10 deletions
|
|
@ -13,7 +13,7 @@ RUN sudo chown -R rust:rust . && \
|
|||
touch src/main.rs && \
|
||||
cargo build --release
|
||||
|
||||
FROM alpine:latest
|
||||
FROM scratch
|
||||
|
||||
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/dispenser /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue