Workflow fixed

НАХУЙ ЭТО ГОВНО!
This commit is contained in:
Shiroyasha 2024-09-29 22:43:33 +03:00
parent 0526cc9412
commit c0bf550eb8
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
6 changed files with 4 additions and 24 deletions

View file

@ -1,8 +1,8 @@
## Chef
# FROM clux/muslrust:stable AS chef
FROM rust:1.81.0-alpine3.20 as chef
FROM rust:1.81.0-alpine3.20 AS chef
USER root
RUN apk add musl-dev libressl-dev
RUN apk add --no-cache musl-dev libressl-dev
RUN cargo install cargo-chef
WORKDIR /build