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
+4 -2
View File
@@ -18,17 +18,19 @@ else
if [ "$BRANCH" != "" ] ; then
git checkout $BRANCH
fi
cargo build
ASSET_DIR=/tmp cargo build
HUSK_BIN=/opt/husk/husk-milter/target/debug/husk
HUSK_DIR=/opt/husk/husk-milter/
cp /tmp/shell_completions/husk.bash /etc/bash_completion.d/
fi
## start rsyslogd
/usr/sbin/rsyslogd -n -iNONE &
## start postfix
sudo postfix start
sudo postfix start > /dev/null
## start and prepare postgres
DOMAINS="example.com"