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
4555c273
Commit
4555c273
authored
Feb 27, 2018
by
Deon George
Browse files
Removed apt list after install
parent
e0426cc6
Pipeline
#193
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4555c273
...
...
@@ -3,8 +3,7 @@
FROM
wordpress:4.9.2-fpm
RUN
apt-get update
\
&&
apt-get
install
-y
openssh-server ssmtp
\
RUN
apt-get update
&&
apt-get
install
-y
openssh-server ssmtp
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
\
&&
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=/#hostname=/"
-e
's/#FromLineOverride=YES/FromLineOverride=YES/'
/etc/ssmtp/ssmtp.conf
...
...
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