Skip to content

Instantly share code, notes, and snippets.

@charlee
Created September 4, 2018 03:10
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 charlee/e60f4c7abc70dd249a04a6dca79dbb90 to your computer and use it in GitHub Desktop.
Save charlee/e60f4c7abc70dd249a04a6dca79dbb90 to your computer and use it in GitHub Desktop.
Docker file from alpine:3.8 to solve the x509 issue
FROM alpine:3.8
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment