From 08aa129f307a132f8979254eb89ab65728bc526b Mon Sep 17 00:00:00 2001 From: Myve Date: Wed, 14 Aug 2024 17:27:21 +0000 Subject: [PATCH] modified: build/Dockerfile.ubuntu --- build/Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile.ubuntu b/build/Dockerfile.ubuntu index 2470947..3867f76 100644 --- a/build/Dockerfile.ubuntu +++ b/build/Dockerfile.ubuntu @@ -25,7 +25,7 @@ RUN apt remove -y nano* exim*; \ && bash -c "echo \"postfix postfix/main_mailer_type string 'Internet Site'\" | debconf-set-selections" \ && apt install -y \ ca-certificates \ - git wget bind9-host acl dbconfig-no-thanks \ + git wget bind9-host acl dbconfig-no-thanks at \ rsyslog \ nginx \ mariadb-server mariadb-client postfix-mysql dovecot-mysql \