Skip to content

Instantly share code, notes, and snippets.

@recepdmr
Created July 18, 2020 08:34
Show Gist options
  • Select an option

  • Save recepdmr/a16ca7aff4ecce968a6c8438d63d8c93 to your computer and use it in GitHub Desktop.

Select an option

Save recepdmr/a16ca7aff4ecce968a6c8438d63d8c93 to your computer and use it in GitHub Desktop.
FROM alpine
RUN apk add --update jq curl && rm -rf /var/cache/apk/*
CMD ["date"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment