musl-dev
continuous-integration/drone/push Build is failing Details

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
1 changed files with 2 additions and 0 deletions

View File

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