Dockerfile: install git-daemon for use in tests

gitutils_test.go:210: git-http-backend: git: 'http-backend' is not a git command. See 'git --help'.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-07-16 16:40:19 +02:00
parent e34616574f
commit b05aa464a6
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ RUN apk add --no-cache \
coreutils \
curl \
git \
git-daemon \
jq \
nano