LoginSignup
3
4

More than 5 years have passed since last update.

ubuntuをdocker buildするときaptのキャッシュを削除し容量を小さくする

Posted at

参考

achild/bugzilla

やり方

RUN DEBIAN_FRONTEND=noninteractive \
    apt-get install -q -y&& \
    rm -rf /var/lib/apt/lists/*

DEBIAN_FRONTEND=noninteractiveで入力画面をスキップ

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4