Created
September 10, 2015 23:55
-
-
Save yuuichi-fujioka/c3a6f8650ca2fda4eb50 to your computer and use it in GitHub Desktop.
way to apt-get install on Dockerfile
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
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