Skip to content
Snippets Groups Projects
Commit 42534935 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Updates wordpress to latest! closes #34

parent e61ebb8a
No related branches found
No related tags found
No related merge requests found
FROM pierreozoux/apache
# Download latest version of Wordpress into /app
RUN curl -L https://wordpress.org/wordpress-4.1.tar.gz | tar xz && \
RUN curl -L https://wordpress.org/latest.tar.gz | tar xz && \
mv wordpress/* app && \
mv /app/wp-content /wp-content && \
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment