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