Skip to content

Instantly share code, notes, and snippets.

@yutakahashi114
Last active September 30, 2019 06:34
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 yutakahashi114/a5dad722390d3780269bb47c7f485a4e to your computer and use it in GitHub Desktop.
Save yutakahashi114/a5dad722390d3780269bb47c7f485a4e to your computer and use it in GitHub Desktop.
FROM golang:latest as dev
RUN apt-get update \
&& apt-get install -y vim \
&& curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment