Skip to content

Commit 9193452

Browse files
Merge pull request #66 from devops-infra/65-action-cant-find-git
Add git to image
2 parents 02e8aab + 3997b38 commit 9193452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ RUN set -eux ;\
5555
apk update --no-cache ;\
5656
apk add --no-cache \
5757
bash~=5.2.15 \
58-
curl~=8.3.0 ;\
58+
curl~=8.4.0 \
59+
git~=2.40.1 ;\
5960
rm -rf /var/cache/* ;\
6061
rm -rf /root/.cache/*
6162

0 commit comments

Comments
 (0)