Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Revert "Decrease docker image size (#1694)"
Browse files Browse the repository at this point in the history
This reverts commit c74db77.
  • Loading branch information
markbates authored Jun 13, 2019
1 parent c74db77 commit 272a193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ RUN go get -u github.com/golang/dep/cmd/dep \
&& go get -v -u github.com/gobuffalo/packr/v2/packr2 \
&& go get -v -u github.com/markbates/filetest \
&& go get -v -u github.com/markbates/grift \
&& go get -v -u github.com/markbates/refresh \
&& rm -rfv $GOPATH/src && mkdir -p $BP
&& go get -v -u github.com/markbates/refresh

# Install golangci
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0

# clear out the src so that we can fill it with new versions
RUN rm -rfv $GOPATH/src && mkdir -p $BP
WORKDIR $BP

ADD go.mod .
Expand Down

0 comments on commit 272a193

Please sign in to comment.