Skip to content

Instantly share code, notes, and snippets.

@orenyomtov
Created November 21, 2018 15:25
Show Gist options
  • Save orenyomtov/3b7e827365c431483b43ed9b13f9e2ec to your computer and use it in GitHub Desktop.
Save orenyomtov/3b7e827365c431483b43ed9b13f9e2ec to your computer and use it in GitHub Desktop.
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