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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user