Skip to content

Instantly share code, notes, and snippets.

@senthilsweb
Created September 16, 2021 19:54
Show Gist options
  • Save senthilsweb/6b595d2a40463b8d52448332836ed322 to your computer and use it in GitHub Desktop.
Save senthilsweb/6b595d2a40463b8d52448332836ed322 to your computer and use it in GitHub Desktop.
FROM golang:1.12-alpine
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
WORKDIR /app
ENTRYPOINT ["tail", "-f", "/dev/null"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment