musl-dev
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dmitry Belyaev 2023-03-28 17:28:39 +03:00
parent 1a5548b00e
commit 5e62c8982c
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -2,6 +2,8 @@ FROM rust:1-alpine as builder
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
RUN apk add --no-cache musl-dev
WORKDIR /home/rust/src WORKDIR /home/rust/src
COPY Cargo.toml /home/rust/src/ COPY Cargo.toml /home/rust/src/