Skip to content

Commit 873c349

Browse files
Philip Lainephillebaba
authored andcommitted
Add libgit2 dev dependencies
Signed-off-by: Philip Laine <[email protected]>
1 parent 00b4010 commit 873c349

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/run-tests/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ 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
5+
RUN apk add gcc pkgconfig libc-dev
6+
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community libgit2-dev=1.1.0-r1
67

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

0 commit comments

Comments
 (0)