static -> scratch

This commit is contained in:
Lance Vick 2023-11-01 16:55:53 -07:00
parent cde7ce9346
commit e491f8d6ad
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ ENV PCSC_LIB_NAME='static=pcsclite'
ENV RUSTFLAGS='-L lib -C target-feature=+crt-static'
RUN cargo build --target x86_64-unknown-linux-musl --release
FROM static
FROM scratch
COPY --from=build target/release/pcsc_demo .