From 06c2d29e9c2ce25b1e63406a87b4879a4f7a2fbf Mon Sep 17 00:00:00 2001 From: Gerald Wu Date: Thu, 21 Nov 2024 01:31:42 +0000 Subject: [PATCH] Update Dockerfile Co-authored-by: JP Hastings-Edrei --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2a41b5..637d4e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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