mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:36:19 +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
|
||||
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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue