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 #18 from arschles/glide09
Browse files Browse the repository at this point in the history
chore(rootfs/Dockerfile): upgrade to Glide 0.9 stable
  • Loading branch information
arschles committed Feb 18, 2016
2 parents 54d4787 + 15981e3 commit 8625fde
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 @@ -10,10 +10,10 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

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

RUN go get -u -v \
github.com/golang/lint/golint \
Expand Down

0 comments on commit 8625fde

Please sign in to comment.