test: add git to docker container

Intended to be used when fetching version information for the test
report.

Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
Richard Alpe
2025-01-21 14:00:12 +01:00
parent ad262459b7
commit 254c922254
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 \