Skip to content

Commit

Permalink
ci: dockerfile musl
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaBosak233 committed Jul 29, 2024
1 parent 08d61f6 commit abeceb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ COPY . .

RUN rustup target add x86_64-unknown-linux-musl

RUN apt update && apt install -y musl-tools musl-dev pkg-config

RUN cargo build --release --target x86_64-unknown-linux-musl

FROM node:20 AS frontend
Expand Down

0 comments on commit abeceb2

Please sign in to comment.