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 e1001a9 commit 1082fbdCopy full SHA for 1082fbd
build/Dockerfile.helper
@@ -1,5 +1,4 @@
1
FROM golang:1.16.3-alpine3.13
2
-
3
-RUN apk -U add --no-cache ca-certificates git make gcc g++ curl bash && update-ca-certificates
4
5
-ENTRYPOINT [ "/bin/bash" ]
+RUN apk -U add --no-cache ca-certificates git make gcc g++ curl bash openssl && update-ca-certificates
+RUN curl -L https://github.com/cli/cli/releases/download/v1.9.2/gh_1.9.2_linux_amd64.tar.gz | tar zx && mv ./gh_1.9.2_linux_amd64/bin/gh /usr/local/bin
+ENTRYPOINT [ "/bin/bash" ]
build/release.yml
0 commit comments