mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 00:16:18 +00:00
modified: build/Dockerfile.ubuntu
This commit is contained in:
parent
fc9a17e143
commit
034baeac02
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ ADD run/installer.sh /tmp/
|
||||||
|
|
||||||
# Update Ubuntu Software repository and install requisites
|
# Update Ubuntu Software repository and install requisites
|
||||||
RUN apt remove -y nano* exim*; \
|
RUN apt remove -y nano* exim*; \
|
||||||
&& apt update \
|
apt update \
|
||||||
&& apt upgrade -y \
|
&& apt upgrade -y \
|
||||||
&& apt dist-upgrade -y \
|
&& apt dist-upgrade -y \
|
||||||
&& bash -c "echo \"postfix postfix/main_mailer_type string 'Internet Site'\" | debconf-set-selections" \
|
&& bash -c "echo \"postfix postfix/main_mailer_type string 'Internet Site'\" | debconf-set-selections" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue