Updates wordpress to latest! closes #34

This commit is contained in:
pierreozoux 2015-02-19 10:36:42 +00:00
parent 13c9eaa51a
commit 0687013980

View file

@ -1,7 +1,7 @@
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 && \