Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created December 25, 2018 08:22
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 YumaInaura/116383a26026abb99f230db87ed8803e to your computer and use it in GitHub Desktop.
Save YumaInaura/116383a26026abb99f230db87ed8803e to your computer and use it in GitHub Desktop.
#Linux #Ubuntu #docker #Dockerfile のこれは何? apt-get install --no-install-recommends ref: https://qiita.com/YumaInaura/items/2cc1b64f875a36777f2d
RUN apt-get update && apt-get install -y --no-install-recommends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment