Skip to content

Commit 0f475a4

Browse files
authored
Merge pull request #259 from kayabaNerve/patch-1
Add `musl-dev`
2 parents 48640b6 + 87dc189 commit 0f475a4

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

Dockerfile-alpine.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
44

55
RUN apk add --no-cache \
66
ca-certificates \
7+
musl-dev \
78
gcc
89

910
ENV RUSTUP_HOME=/usr/local/rustup \

nightly/alpine3.20/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
44

55
RUN apk add --no-cache \
66
ca-certificates \
7+
musl-dev \
78
gcc
89

910
ENV RUSTUP_HOME=/usr/local/rustup \

nightly/alpine3.21/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
44

55
RUN apk add --no-cache \
66
ca-certificates \
7+
musl-dev \
78
gcc
89

910
ENV RUSTUP_HOME=/usr/local/rustup \

nightly/alpine3.22/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
44

55
RUN apk add --no-cache \
66
ca-certificates \
7+
musl-dev \
78
gcc
89

910
ENV RUSTUP_HOME=/usr/local/rustup \

stable/alpine3.20/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
44

55
RUN apk add --no-cache \
66
ca-certificates \
7+
musl-dev \
78
gcc
89

910
ENV RUSTUP_HOME=/usr/local/rustup \

stable/alpine3.21/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
44

55
RUN apk add --no-cache \
66
ca-certificates \
7+
musl-dev \
78
gcc
89

910
ENV RUSTUP_HOME=/usr/local/rustup \

stable/alpine3.22/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
44

55
RUN apk add --no-cache \
66
ca-certificates \
7+
musl-dev \
78
gcc
89

910
ENV RUSTUP_HOME=/usr/local/rustup \

0 commit comments

Comments
 (0)