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 6ad95b9 commit d6045c9Copy full SHA for d6045c9
2025.04/alpine/Dockerfile
@@ -12,7 +12,6 @@ RUN buildDeps=' \
12
libc-dev \
13
make \
14
perl \
15
- git \
16
' \
17
\
18
url="https://rakudo.org/dl/star/rakudo-star-${rakudo_version}.tar.gz" \
@@ -23,7 +22,7 @@ RUN buildDeps=' \
23
22
&& export GNUPGHOME="${tmpdir}/gnupg" \
24
&& mkdir $GNUPGHOME \
25
&& apk add --no-cache --virtual .build-deps $buildDeps \
26
- && apk add --no-cache readline \
+ && apk add --no-cache readline git \
27
&& mkdir ${tmpdir}/rakudo \
28
29
&& wget ${url}.asc -O ${tmpdir}/rakudo.tar.gz.asc \
0 commit comments