Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
leenooks
wordpress
Commits
4e566fc0
Commit
4e566fc0
authored
Feb 27, 2018
by
Deon George
Browse files
Added ssmtp for outgoing mail
parent
212d4ffd
Pipeline
#191
passed with stage
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4e566fc0
...
...
@@ -4,8 +4,9 @@
FROM
wordpress:4.9.2-fpm
RUN
apt-get update
\
&&
apt-get
install
-y
openssh-server
\
&&
useradd
-c
"Hosting Admin User"
-u
1000
-g
users
-G
www-data
-d
/var/www/html
-M
lamp
&&
apt-get
install
-y
openssh-server ssmtp
\
&&
useradd
-c
"Hosting Admin User"
-u
1000
-g
users
-G
www-data
-d
/var/www/html
-M
lamp
\
&&
sed
-i
-e
's/^mailhub=mail$/mailhub=smtp/'
-e
"s/
${
HOSTNAME
}
//"
/etc/ssmtp/ssmtp.conf
COPY
sshd_config.patch /tmp
RUN
(
cd
/
&&
patch
-p0
)
< /tmp/sshd_config.patch
&&
rm
/tmp/sshd_config.patch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment