Created
July 18, 2020 08:34
-
-
Save recepdmr/a16ca7aff4ecce968a6c8438d63d8c93 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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