Skip to content

Commit f39e15c

Browse files
authored
ansible: add cargo/rust to Alpine containers (#4293)
Refs: #4245
1 parent 908ab23 commit f39e15c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ansible/roles/docker/templates/alpine321.Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN apk add --no-cache libstdc++
2020
RUN apk add --no-cache --virtual .build-deps \
2121
shadow \
2222
binutils-gold \
23+
cargo \
2324
curl \
2425
clang19 \
2526
g++ \
@@ -29,6 +30,7 @@ RUN apk add --no-cache --virtual .build-deps \
2930
linux-headers \
3031
make \
3132
python3 \
33+
rust \
3234
tar \
3335
ccache \
3436
openjdk21 \

ansible/roles/docker/templates/alpine322.Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN apk add --no-cache libstdc++
2020
RUN apk add --no-cache --virtual .build-deps \
2121
shadow \
2222
binutils-gold \
23+
cargo \
2324
curl \
2425
clang \
2526
g++ \
@@ -29,6 +30,7 @@ RUN apk add --no-cache --virtual .build-deps \
2930
linux-headers \
3031
make \
3132
python3 \
33+
rust \
3234
tar \
3335
ccache \
3436
openjdk21 \

0 commit comments

Comments
 (0)