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

Commit

Permalink
Merge pull request #10 from arschles/glide-vsn
Browse files Browse the repository at this point in the history
chore(Dockerfile): update glide to version 0.8.3
  • Loading branch information
arschles committed Feb 5, 2016
2 parents 4ef95aa + 9e2aeef commit 819504d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ENV GLIDE_HOME=/root

WORKDIR /tmp

RUN wget https://github.com/Masterminds/glide/releases/download/0.8.1/glide-0.8.1-linux-amd64.tar.gz && \
tar xvfz glide-0.8.1-linux-amd64.tar.gz && \
RUN wget https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.3-linux-amd64.tar.gz && \
tar xvfz glide-0.8.3-linux-amd64.tar.gz && \
mv linux-amd64/glide /usr/local/bin/ && \
rm -rf linux-amd64 glide-0.8.1-linux-amd64.tar.gz
rm -rf linux-amd64 glide-0.8.3-linux-amd64.tar.gz

RUN go get -u -v github.com/golang/lint/golint github.com/onsi/ginkgo/ginkgo

Expand Down

0 comments on commit 819504d

Please sign in to comment.