mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add tools (ping & dig) to the image (#2989)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
41c44cb91d
commit
eeb6b72b3e
|
@ -62,9 +62,9 @@ function _install_packages
|
||||||
)
|
)
|
||||||
|
|
||||||
MISCELLANEOUS_PACKAGES=(
|
MISCELLANEOUS_PACKAGES=(
|
||||||
apt-transport-https binutils bsd-mailx
|
apt-transport-https bind9-dnsutils binutils bsd-mailx
|
||||||
ca-certificates curl dbconfig-no-thanks
|
ca-certificates curl dbconfig-no-thanks
|
||||||
dumb-init ed gamin gnupg iproute2
|
dumb-init ed gamin gnupg iproute2 iputils-ping
|
||||||
libdate-manip-perl libldap-common
|
libdate-manip-perl libldap-common
|
||||||
libmail-spf-perl libnet-dns-perl
|
libmail-spf-perl libnet-dns-perl
|
||||||
locales logwatch netcat-openbsd
|
locales logwatch netcat-openbsd
|
||||||
|
|
Loading…
Reference in a new issue