Skip to content

Commit

Permalink
Disabling CGO in build
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Murphy <statik@users.noreply.github.com>
  • Loading branch information
statik committed Jul 1, 2019
1 parent fc5d6e9 commit 0da44e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY scripts/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

ENV GORELEASER_VERSION v0.111.0
ENV CGO_ENABLED=0

RUN wget https://github.com/goreleaser/goreleaser/releases/download/$GORELEASER_VERSION/goreleaser_Linux_x86_64.tar.gz \
&& tar -C /bin -xzvf goreleaser_Linux_x86_64.tar.gz \
Expand Down

0 comments on commit 0da44e0

Please sign in to comment.