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:
@ -50,6 +50,7 @@ RUN apk add --no-cache \
|
||||
coreutils \
|
||||
curl \
|
||||
git \
|
||||
git-daemon \
|
||||
jq \
|
||||
nano
|
||||
|
||||
|
||||
Reference in New Issue
Block a user