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
7fd747f6
Commit
7fd747f6
authored
Feb 20, 2019
by
Deon George
Browse files
Update to wordpress 5.0.3, added opcache
parent
4555c273
Pipeline
#521
canceled with stage
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
100644 → 100755
View file @
7fd747f6
# NAME leenooks/wordpress
# VERSION
4.9.2
-fpm
# VERSION
5.0.3
-fpm
FROM
wordpress:
4.9.2
-fpm
FROM
wordpress:
5.0.3
-fpm
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
\
...
...
@@ -15,3 +15,5 @@ EXPOSE 9000/tcp 22/tcp
COPY
start /usr/local/sbin
ENTRYPOINT
[ "/usr/local/sbin/start" ]
CMD
[ "php-fpm" ]
RUN
docker-php-ext-install
-j
$(
nproc
)
opcache
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