Skip to content

Commit 00b4010

Browse files
Philip Lainephillebaba
authored andcommitted
Add libgit2 to test dockerfile
Signed-off-by: Philip Laine <[email protected]>
1 parent 5da36ec commit 00b4010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/run-tests/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM golang:1.15-alpine
22

33
# Add any build or testing essential system packages
44
RUN apk add --no-cache build-base git
5+
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community libgit2=1.1.0-r1
56

67
# Use the GitHub Actions uid:gid combination for proper fs permissions
78
RUN addgroup -g 116 -S test && adduser -u 1001 -S -g test test

0 commit comments

Comments
 (0)