Skip to content

Commit

Permalink
- remove workaround for gopkg.in redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
almir committed Aug 9, 2017
1 parent 2d95931 commit e8c3c7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ENV SRCPATH ${GOPATH}/src/github.com/adnanh
ENV WEBHOOK_VERSION 2.6.5

RUN apk add --update -t build-deps curl go git libc-dev gcc libgcc && \
git config --global http.https://gopkg.in.followRedirects true && \
curl -L -o /tmp/webhook-${WEBHOOK_VERSION}.tar.gz https://github.com/adnanh/webhook/archive/${WEBHOOK_VERSION}.tar.gz && \
mkdir -p ${SRCPATH} && tar -xvzf /tmp/webhook-${WEBHOOK_VERSION}.tar.gz -C ${SRCPATH} && \
mv -f ${SRCPATH}/webhook-* ${SRCPATH}/webhook && \
Expand Down

0 comments on commit e8c3c7c

Please sign in to comment.