We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908ab23 commit f39e15cCopy full SHA for f39e15c
2 files changed
ansible/roles/docker/templates/alpine321.Dockerfile.j2
@@ -20,6 +20,7 @@ RUN apk add --no-cache libstdc++
20
RUN apk add --no-cache --virtual .build-deps \
21
shadow \
22
binutils-gold \
23
+ cargo \
24
curl \
25
clang19 \
26
g++ \
@@ -29,6 +30,7 @@ RUN apk add --no-cache --virtual .build-deps \
29
30
linux-headers \
31
make \
32
python3 \
33
+ rust \
34
tar \
35
ccache \
36
openjdk21 \
ansible/roles/docker/templates/alpine322.Dockerfile.j2
clang \
0 commit comments