From 034baeac0251a0f3ad822d202d5f12f826aede6d Mon Sep 17 00:00:00 2001 From: Myve Date: Sat, 10 Aug 2024 03:17:50 +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 dc0e0b5..2470947 100644 --- a/build/Dockerfile.ubuntu +++ b/build/Dockerfile.ubuntu @@ -19,7 +19,7 @@ ADD run/installer.sh /tmp/ # Update Ubuntu Software repository and install requisites RUN apt remove -y nano* exim*; \ - && apt update \ + apt update \ && apt upgrade -y \ && apt dist-upgrade -y \ && bash -c "echo \"postfix postfix/main_mailer_type string 'Internet Site'\" | debconf-set-selections" \