Skip to content

Commit

Permalink
Workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroyashik committed Sep 29, 2024
1 parent 0526cc9 commit 499d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# FROM clux/muslrust:stable AS chef
FROM rust:1.81.0-alpine3.20 as chef
USER root
RUN apk add musl-dev libressl-dev
RUN apk add musl-dev libressl-dev git
RUN cargo install cargo-chef
WORKDIR /build

Expand Down

0 comments on commit 499d68f

Please sign in to comment.