Need iputils-ping

This commit is contained in:
Deon George 2019-06-13 10:47:12 +10:00
parent 2ad2bfb4ad
commit 28ba2b6497

View File

@ -9,7 +9,7 @@ RUN apt-get update \
&& apt-get purge curl gnupg2 -yyq && apt autoremove -yyq \
&& echo "deb http://rspamd.com/apt-stable/ stretch main" > /etc/apt/sources.list.d/rspamd.list \
&& apt-get update \
&& apt-get install rspamd -yyq \
&& apt-get install rspamd iputils-ping -yyq \
&& rm -rf /var/lib/apt/lists/* /tmp/*
EXPOSE 11332 11333 11334