no longer depends on openssl

This commit is contained in:
Robin Appelman 2021-07-31 16:58:03 +02:00
commit 1daec9dafc
4 changed files with 14 additions and 10 deletions

View file

@ -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 /