Skip to content

Instantly share code, notes, and snippets.

@cescoferraro
Created October 11, 2016 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cescoferraro/f619afa891d59e7f32d5a4eec5e5d7e7 to your computer and use it in GitHub Desktop.
Save cescoferraro/f619afa891d59e7f32d5a4eec5e5d7e7 to your computer and use it in GitHub Desktop.
GLIDE INSTALL DOCKERFILE
# GLIDE INSTALLATION
#WORKDIR /tmp
# RUN curl -sL https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-linux-amd64.tar.gz | tar xvz
# RUN chmod +x /tmp/linux-amd64/glide
# RUN mv /tmp/linux-amd64/glide /usr/local/bin/glide
# RUN chmod +x /usr/local/bin/glide
# RUN glide install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment