Removed obsolete whois package

This commit is contained in:
DerLinkman 2023-07-28 20:35:28 +02:00
parent 525364ba65
commit 34d990a800

View File

@ -33,7 +33,6 @@ RUN groupadd -g 102 postfix \
syslog-ng-core \
syslog-ng-mod-redis \
tzdata \
whois \
&& rm -rf /var/lib/apt/lists/* \
&& touch /etc/default/locale \
&& printf '#!/bin/bash\n/usr/sbin/postconf -c /opt/postfix/conf "$@"' > /usr/local/sbin/postconf \