Closed stevenatkin closed 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
Build fails on step 22: