Update Dockerfile

This commit is contained in:
gigirassy
2026-05-28 18:49:29 +02:00
parent 1451f4e277
commit a64721c39e
-2
View File
@@ -10,8 +10,6 @@ COPY src ./src
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y 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 RUN RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --release --target x86_64-unknown-linux-musl
FROM scratch FROM scratch