remove mailx, add s-nail

This commit is contained in:
Michael Grote 2024-01-24 21:30:12 +01:00
parent 89ff3ec703
commit 6c98ec7679

View file

@ -14,6 +14,6 @@ RUN apt-get update && \
git \
curl \
yamllint \
bsd-mailx \
s-nail \
&& apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*