modified: build/Dockerfile.ubuntu

This commit is contained in:
Myve 2024-08-10 03:17:50 +00:00
commit 034baeac02

View file

@ -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" \