Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created September 10, 2015 23:55
Show Gist options
  • Save yuuichi-fujioka/c3a6f8650ca2fda4eb50 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/c3a6f8650ca2fda4eb50 to your computer and use it in GitHub Desktop.
way to apt-get install on Dockerfile
RUN apt-get update && apt-get install -y ca-certificates curl --no-install-recommends && rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment