Update Dockerfile

Co-authored-by: JP Hastings-Edrei <hello@byjp.me>
This commit is contained in:
Gerald Wu 2024-11-21 01:31:42 +00:00 committed by Matt Brubeck
parent 3a69d0418f
commit 06c2d29e9c

View file

@ -6,7 +6,6 @@ RUN apk --no-cache add libc-dev
COPY src src
COPY Cargo.toml .
COPY Cargo.lock .
COPY Cross.toml .
RUN cargo install --target x86_64-unknown-linux-musl --path .
FROM docker.io/library/alpine:latest