Skip to content

Commit 87dc189

Browse files
committed
python3 ./x.py update
1 parent 525a89f commit 87dc189

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

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)