Remove unnecessary Recommends too
This commit is contained in:
parent
ac9e1625c0
commit
5f5304c3dc
|
@ -133,7 +133,7 @@ RUN set -eux; \
|
|||
\
|
||||
apt-mark auto '.*' > /dev/null; \
|
||||
[ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; \
|
||||
apt-get purge -y --auto-remove
|
||||
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
|
||||
|
||||
STOPSIGNAL SIGHUP
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user