File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
ansible/roles/docker/templates Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN apk add --no-cache libstdc++
2020RUN 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 \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN apk add --no-cache libstdc++
2020RUN 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 \
You can’t perform that action at this time.
0 commit comments