diff --git a/Dockerfile b/Dockerfile index d3f8be9..aa9a94e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,6 @@ COPY src ./src RUN curl https://sh.rustup.rs -sSf | sh -s -- -y -RUN rustup target add x86_64-unknown-linux-musl - RUN RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --release --target x86_64-unknown-linux-musl FROM scratch