Merge pull request #25858 from cpuguy83/fix_manfile

Use the correct version of glide
Upstream-commit: 0bf6d4a2dfea1251e6f5102fd9e235b8c77aa9f9
Component: engine
This commit is contained in:
Justin Cormack
2016-08-19 12:44:51 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN export GLIDE=v0.11.1; \
mkdir -p ${TARGET} && \
git clone https://github.com/Masterminds/glide.git ${TARGET}/glide && \
cd ${TARGET}/glide && \
git checkout $GLIDE && \
make build && \
cp ./glide /usr/bin/glide && \
cd / && rm -rf /go/src/* /go/bin/* /go/pkg/*

View File

@ -9,6 +9,7 @@ RUN export GLIDE=v0.11.1; \
mkdir -p ${TARGET} && \
git clone https://github.com/Masterminds/glide.git ${TARGET}/glide && \
cd ${TARGET}/glide && \
git checkout $GLIDE && \
make build && \
cp ./glide /usr/bin/glide && \
cd / && rm -rf /go/src/* /go/bin/* /go/pkg/*