Archived
1
0

refactor: remove shfmt

This commit is contained in:
Joe Previte
2021-03-15 15:13:44 -07:00
parent d27126530f
commit 3eafcf94b7
4 changed files with 10 additions and 14 deletions

View File

@ -26,7 +26,6 @@ ENV PATH=/usr/local/go/bin:$GOPATH/bin:$PATH
# Install Go dependencies
ENV GO111MODULE=on
RUN go get mvdan.cc/sh/v3/cmd/shfmt
RUN go get github.com/goreleaser/nfpm/cmd/nfpm@v1.9.0
RUN curl -fsSL https://get.docker.com | sh