mirror of
https://codeberg.org/gigirassy/image-proxy/
synced 2026-08-30 23:47:40 +00:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ WORKDIR /app
|
|||||||
COPY Cargo.toml .
|
COPY Cargo.toml .
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
|
||||||
RUN .cargo/bin/rustup rustup target add x86_64-unknown-linux-musl
|
RUN ~/.cargo/bin/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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user