Skip to content

Commit 1082fbd

Browse files
committed
wip
1 parent e1001a9 commit 1082fbd

File tree

2 files changed

+3
-218
lines changed

2 files changed

+3
-218
lines changed

build/Dockerfile.helper

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
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" ]
2+
RUN apk -U add --no-cache ca-certificates git make gcc g++ curl bash openssl && update-ca-certificates
3+
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
4+
ENTRYPOINT [ "/bin/bash" ]

build/release.yml

Lines changed: 0 additions & 214 deletions
This file was deleted.

0 commit comments

Comments
 (0)