Try out busybox-syslog

This commit is contained in:
Myve 2024-08-19 01:34:00 +00:00
commit b0444be489
3 changed files with 8 additions and 6 deletions

View file

@ -25,6 +25,7 @@ RUN apt remove -y nano* exim*; \
&& apt dist-upgrade -y \
&& bash -c "echo \"postfix postfix/main_mailer_type string 'Internet Site'\" | debconf-set-selections" \
&& apt install -y \
busybox-syslogd \
ca-certificates \
git wget bind9-host acl dbconfig-no-thanks at \
nginx \