docker: Add more binaries

- add inotify-tools to avoid `sleep` and check expected files directly.
- add mailutils to generate mime structured emails
This commit is contained in:
Malte Meiboom
2026-06-08 11:05:34 +02:00
parent d24aaf83e4
commit 9a0fbbe44c
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ RUN apt-get update -yqq && \
openssl \
sq \
bind9-host \
inotify-tools
inotify-tools \
mailutils
RUN adduser --shell /bin/bash --disabled-password --gecos "" hockeypuck