Skip to content

Commit d6045c9

Browse files
authored
alpine Dockerfile: Adding git via apk
1 parent 6ad95b9 commit d6045c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

2025.04/alpine/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN buildDeps=' \
1212
libc-dev \
1313
make \
1414
perl \
15-
git \
1615
' \
1716
\
1817
url="https://rakudo.org/dl/star/rakudo-star-${rakudo_version}.tar.gz" \
@@ -23,7 +22,7 @@ RUN buildDeps=' \
2322
&& export GNUPGHOME="${tmpdir}/gnupg" \
2423
&& mkdir $GNUPGHOME \
2524
&& apk add --no-cache --virtual .build-deps $buildDeps \
26-
&& apk add --no-cache readline \
25+
&& apk add --no-cache readline git \
2726
&& mkdir ${tmpdir}/rakudo \
2827
\
2928
&& wget ${url}.asc -O ${tmpdir}/rakudo.tar.gz.asc \

0 commit comments

Comments
 (0)