Skip to content

Instantly share code, notes, and snippets.

@moisei
Created June 11, 2019 14:00
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 moisei/05a16fb7bfbbdd8bbfe551f5c2e19409 to your computer and use it in GitHub Desktop.
Save moisei/05a16fb7bfbbdd8bbfe551f5c2e19409 to your computer and use it in GitHub Desktop.
GO dev env
FROM golang:alpine
RUN apk add git
RUN apk add make
RUN mkdir /src
WORKDIR /src
VOLUME /src
ENTRYPOINT ["sleep", "1000d"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment