diff --git a/Workbench/wordpress_server/Dockerfile b/Workbench/wordpress_server/Dockerfile index 2ef5a06..2fe42ce 100644 --- a/Workbench/wordpress_server/Dockerfile +++ b/Workbench/wordpress_server/Dockerfile @@ -4,7 +4,8 @@ VOLUME /var/www/html COPY container_files/wordpress/sed.sh /root COPY container_files/wordpress/config-shibb.sql /root -COPY container_files/wordpress/wp /root +#COPY container_files/wordpress/wp /root +RUN curl -o /root/wp --url https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && chmod +x /root/wp COPY container_files/wordpress/config.yml /root/.wp-cli COPY container_files/wordpress/wp-cli.yml /var/www/html COPY container_files/shibboleth/* /etc/shibboleth/ diff --git a/Workbench/wordpress_server/container_files/wordpress/wp b/Workbench/wordpress_server/container_files/wordpress/wp index 2884cb6..a5b9521 100755 Binary files a/Workbench/wordpress_server/container_files/wordpress/wp and b/Workbench/wordpress_server/container_files/wordpress/wp differ