diff --git a/dd-apps/.gitmodules b/dd-apps/.gitmodules index 78d45e3..2b1b14e 100644 --- a/dd-apps/.gitmodules +++ b/dd-apps/.gitmodules @@ -9,7 +9,7 @@ url = https://github.com/erseco/alpine-moodle.git [submodule "docker/moodle/rootfs-php7"] path = docker/moodle/rootfs-php7 - url = https://github.com/erseco/alpine-php7-webserver.git + url = https://github.com/erseco/alpine-php-webserver.git [submodule "docker/wordpress/plugins/saml"] path = docker/wordpress/plugins/saml url = https://github.com/onelogin/wordpress-saml.git diff --git a/dd-apps/docker/moodle/Dockerfile b/dd-apps/docker/moodle/Dockerfile index fa343d9..501036e 100644 --- a/dd-apps/docker/moodle/Dockerfile +++ b/dd-apps/docker/moodle/Dockerfile @@ -10,9 +10,3 @@ COPY 03-plugins.sh /docker-entrypoint-init.d/ COPY src/rootfs/var/www/html/admin/cli/isinstalled.php / COPY is_moodle_ready.sh / COPY nginx.conf /etc/nginx/ -RUN echo "user=nobody" >> /etc/php7/php-fpm.d/www.conf -RUN echo "group=nobody" >> /etc/php7/php-fpm.d/www.conf -RUN apk add --no-cache dcron libcap && \ - chown nobody:nobody /usr/sbin/crond && \ - setcap cap_setgid=ep /usr/sbin/crond -RUN apk add php7-sodium