From 5e62c8982cc94d068c25b2884c6c24dfc0adb433 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 28 Mar 2023 17:28:39 +0300 Subject: [PATCH] musl-dev --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ead33a0..86fa940 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/