Skip to content

Commit 1f85e01

Browse files
committed
fix: add GIT to image for testing GIT provider
1 parent 2eac261 commit 1f85e01

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

images/alpha.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ARG VERSION=dev
1717

1818
ARG BUILD_TIME=dev
1919

20+
# Install git for GIT tests
21+
RUN apk add --no-cache git
22+
2023
COPY . /go/src/github.com/mokapi
2124

2225
WORKDIR /go/src/github.com/mokapi

0 commit comments

Comments
 (0)