We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b4010 commit 873c349Copy full SHA for 873c349
.github/actions/run-tests/Dockerfile
@@ -2,7 +2,8 @@ FROM golang:1.15-alpine
2
3
# Add any build or testing essential system packages
4
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
+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
7
8
# Use the GitHub Actions uid:gid combination for proper fs permissions
9
RUN addgroup -g 116 -S test && adduser -u 1001 -S -g test test
0 commit comments