Merge pull request #900 from rical/test-add-git-to-docker

test: add git to docker container
This commit is contained in:
Mattias Walström
2025-01-21 14:21:52 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
# Current container image
INFIX_TEST=ghcr.io/kernelkit/infix-test:2.1
INFIX_TEST=ghcr.io/kernelkit/infix-test:2.2
ixdir=$(readlink -f "$testdir/..")
logdir=$(readlink -f "$testdir/.log")
+1
View File
@@ -5,6 +5,7 @@ RUN apk add --no-cache \
e2fsprogs \
fakeroot \
gcc \
git \
graphviz \
iproute2 \
iputils \