Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created December 25, 2018 08:34
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/858191b0cb934af53342f1bda846a71b to your computer and use it in GitHub Desktop.
Save YumaInaura/858191b0cb934af53342f1bda846a71b to your computer and use it in GitHub Desktop.
#docker #dockerfile #Linux #Ubuntu このコマンド何? `rm -rf /var/lib/apt/lists/*` ? ref: https://qiita.com/YumaInaura/items/8cff209a4bc49a2c6fe1
RUN apt-get install -q -y && rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment