Skip to content

Instantly share code, notes, and snippets.

@smoothdvd
Created March 18, 2020 05:41
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 smoothdvd/ea464013850e2318cfc33dd74ef92b1f to your computer and use it in GitHub Desktop.
Save smoothdvd/ea464013850e2318cfc33dd74ef92b1f to your computer and use it in GitHub Desktop.
Install ca certificates in docker
FROM ubuntu
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment