We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f813a15 + 7bb62f1 commit 6fbfc2fCopy full SHA for 6fbfc2f
ci/images/debian10/Dockerfile
@@ -37,9 +37,8 @@ ENV GOPATH=/gopath
37
RUN mkdir -p $GOPATH && chmod -R 777 $GOPATH
38
ENV PATH=/usr/local/go/bin:$GOPATH/bin:$PATH
39
40
-# Install Go dependencies
41
-ENV GO111MODULE=on
42
-RUN go get github.com/goreleaser/nfpm/cmd/[email protected]
+# More stable than go get
+RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh
43
44
RUN VERSION="$(curl -fsSL https://storage.googleapis.com/kubernetes-release/release/stable.txt)" && \
45
curl -fsSL "https://storage.googleapis.com/kubernetes-release/release/$VERSION/bin/linux/amd64/kubectl" > /usr/local/bin/kubectl \
0 commit comments