Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed May 26, 2021
1 parent e1001a9 commit 1082fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 218 deletions.
7 changes: 3 additions & 4 deletions build/Dockerfile.helper
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM golang:1.16.3-alpine3.13

RUN apk -U add --no-cache ca-certificates git make gcc g++ curl bash && update-ca-certificates

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" ]
214 changes: 0 additions & 214 deletions build/release.yml

This file was deleted.

0 comments on commit 1082fbd

Please sign in to comment.