Skip to content

Commit

Permalink
fixing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lleadbet committed Dec 3, 2021
1 parent a1f0870 commit f8984c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM karalabe/xgo-latest
RUN apt-get update && apt-get install curl -y
RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
ENV GOPROXY=direct

ENTRYPOINT ["goreleaser"]

0 comments on commit f8984c9

Please sign in to comment.