Skip to content

Commit

Permalink
MUSL Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 10, 2024
1 parent 9dede69 commit 5395881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN cargo fetch
COPY ./src ./src

RUN rustup target add x86_64-unknown-linux-musl
RUN apt-get update && apt-get install -y musl-tools
RUN cargo build --release --target x86_64-unknown-linux-musl

FROM debian:bookworm-slim
Expand Down

0 comments on commit 5395881

Please sign in to comment.