Skip to content

Commit

Permalink
Fixed build that fail due to 301s from 'gopkg.in'
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Roman committed Feb 10, 2017
1 parent 8eda0bb commit 2378b2e
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 @@ -9,6 +9,7 @@ WORKDIR "$GOPATH/src/generic-rw-s3"
RUN apk --no-cache --virtual .build-dependencies add git \
&& apk --no-cache --upgrade add ca-certificates \
&& update-ca-certificates --fresh \
&& git config --global http.https://gopkg.in.followRedirects true \
&& cd $GOPATH/src/generic-rw-s3 \
&& BUILDINFO_PACKAGE="github.com/Financial-Times/service-status-go/buildinfo." \
&& VERSION="version=$(git describe --tag --always 2> /dev/null)" \
Expand Down

0 comments on commit 2378b2e

Please sign in to comment.