diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 7895767..f26da74 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust RUN apk add --no-cache \ ca-certificates \ + musl-dev \ gcc ENV RUSTUP_HOME=/usr/local/rustup \ diff --git a/nightly/alpine3.20/Dockerfile b/nightly/alpine3.20/Dockerfile index 6ab9633..11093d9 100644 --- a/nightly/alpine3.20/Dockerfile +++ b/nightly/alpine3.20/Dockerfile @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust RUN apk add --no-cache \ ca-certificates \ + musl-dev \ gcc ENV RUSTUP_HOME=/usr/local/rustup \ diff --git a/nightly/alpine3.21/Dockerfile b/nightly/alpine3.21/Dockerfile index ebe5025..d947772 100644 --- a/nightly/alpine3.21/Dockerfile +++ b/nightly/alpine3.21/Dockerfile @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust RUN apk add --no-cache \ ca-certificates \ + musl-dev \ gcc ENV RUSTUP_HOME=/usr/local/rustup \ diff --git a/nightly/alpine3.22/Dockerfile b/nightly/alpine3.22/Dockerfile index e6b406e..3e1af33 100644 --- a/nightly/alpine3.22/Dockerfile +++ b/nightly/alpine3.22/Dockerfile @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust RUN apk add --no-cache \ ca-certificates \ + musl-dev \ gcc ENV RUSTUP_HOME=/usr/local/rustup \ diff --git a/stable/alpine3.20/Dockerfile b/stable/alpine3.20/Dockerfile index 41b3d15..5141217 100644 --- a/stable/alpine3.20/Dockerfile +++ b/stable/alpine3.20/Dockerfile @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust RUN apk add --no-cache \ ca-certificates \ + musl-dev \ gcc ENV RUSTUP_HOME=/usr/local/rustup \ diff --git a/stable/alpine3.21/Dockerfile b/stable/alpine3.21/Dockerfile index 16e0311..14e2a86 100644 --- a/stable/alpine3.21/Dockerfile +++ b/stable/alpine3.21/Dockerfile @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust RUN apk add --no-cache \ ca-certificates \ + musl-dev \ gcc ENV RUSTUP_HOME=/usr/local/rustup \ diff --git a/stable/alpine3.22/Dockerfile b/stable/alpine3.22/Dockerfile index 2c700f7..0ca7e87 100644 --- a/stable/alpine3.22/Dockerfile +++ b/stable/alpine3.22/Dockerfile @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust RUN apk add --no-cache \ ca-certificates \ + musl-dev \ gcc ENV RUSTUP_HOME=/usr/local/rustup \