We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318a397 commit a1f0870Copy full SHA for a1f0870
Dockerfile
@@ -1,5 +1,5 @@
1
FROM karalabe/xgo-latest
2
RUN apt-get update && apt-get install curl -y
3
RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
4
-
+ENV GOPROXY=direct
5
ENTRYPOINT ["goreleaser"]
0 commit comments