eugeneware / docker-wordpress-nginx

A Dockerfile that installs the latest wordpress, nginx and php-fpm.
MIT License
874 stars 380 forks source link

Docker build fails on step 22 #14

Closed stevenatkin closed 10 years ago

stevenatkin commented 10 years ago

Build fails on step 22: screen shot 2014-02-21 at 11 38 00 am

stevenatkin commented 10 years ago

Docker changed the behavior of ADD in version 0.8. You need to change the Dockerfile and update these lines: ADD http://wordpress.org/latest.tar.gz /usr/share/nginx/wordpress.tar.gz RUN tar -xzf /usr/share/nginx/wordpress.tar.gz