Created
December 4, 2017 23:16
-
-
Save roundand/1eba10e3926debd9af64bec7e4e339d7 to your computer and use it in GitHub Desktop.
godog Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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