Skip to content

Instantly share code, notes, and snippets.

@atifazad
Last active February 21, 2020 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atifazad/5cbaf1c3c6af03ad34c340a17d719508 to your computer and use it in GitHub Desktop.
Save atifazad/5cbaf1c3c6af03ad34c340a17d719508 to your computer and use it in GitHub Desktop.
Create your first Docker image based on alpine image
# Start with Linux Alpine image as base
FROM alpine:latest
# Install curl
apk add --no-cache curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment