Remove unnecessary Recommends too

This commit is contained in:
Tianon Gravi 2018-01-03 10:32:34 -08:00
parent ac9e1625c0
commit 5f5304c3dc

View File

@ -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