Skip to content

Commit

Permalink
Change installation of gorelease (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 authored Jun 24, 2018
1 parent ac0126c commit 14869bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

RUN gem install --no-ri --no-rdoc fpm
RUN go get github.com/goreleaser/goreleaser
RUN curl -sL http://git.io/goreleaser | bash

ENV GOPATH /go
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
Expand Down

0 comments on commit 14869bf

Please # to comment.