More than 3 years have passed since last update.
#Linux #Ubuntu #docker #Dockerfile のこれは何? apt-get install --no-install-recommends
22
Last updated at Posted at 2018-12-25
Dockerfileの記述例
RUN apt-get update && apt-get install -y --no-install-recommends
時間対策、余計なもの入れないためのオプションらしい
デフォルトだと recommends しているだけの必須ではないパッケージも一緒に入って時間がかかるので --no-install-recommends をつけるのが常套手段
debianパッケージ周りでよく使うコマンドとオプション - sonots:blog
docker yumainaura - Google Search
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
