|
@@ -14,8 +14,6 @@ RUN mkdir -p /run/wordpress/sessions && \
|
|
|
|
|
|
RUN curl -L -o /app/code/wp https://github.com/wp-cli/wp-cli/releases/download/v0.23.0/wp-cli-0.23.0.phar
|
|
|
RUN chmod +x /app/code/wp
|
|
|
-# https://github.com/wp-cli/wp-cli/issues/1164
|
|
|
-RUN echo "<?php function wp_new_blog_notification() {} ?>" > /run/wordpress/disable-new-blog-notification.php
|
|
|
|
|
|
# Get the plugins
|
|
|
RUN curl -L -o /app/code/authLdap.zip https://github.com/cloudron-io/authLdap/archive/c61dd00e49463ebd629d364ec894ae1e09ae4a15.zip
|