Skip to content

Instantly share code, notes, and snippets.

@roundand
Created December 4, 2017 23:16
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 roundand/1eba10e3926debd9af64bec7e4e339d7 to your computer and use it in GitHub Desktop.
Save roundand/1eba10e3926debd9af64bec7e4e339d7 to your computer and use it in GitHub Desktop.
godog Dockerfile
FROM golang
RUN go get github.com/DATA-DOG/godog/cmd/godog
WORKDIR /go/godog
CMD ["godog"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment