Created
November 21, 2018 15:25
-
-
Save orenyomtov/3b7e827365c431483b43ed9b13f9e2ec to your computer and use it in GitHub Desktop.
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:alpine | |
# Install dependencies | |
RUN apk update && apk add git make | |
# Install tools | |
RUN go get github.com/yudai/gotty | |
ENTRYPOINT ["gotty"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment