Update 2 files
- /dd-apps/docker/moodle/Dockerfile - /dd-apps/.gitmodulesmerge-requests/89/head
parent
ab820f9013
commit
061692170e
|
@ -9,7 +9,7 @@
|
||||||
url = https://github.com/erseco/alpine-moodle.git
|
url = https://github.com/erseco/alpine-moodle.git
|
||||||
[submodule "docker/moodle/rootfs-php7"]
|
[submodule "docker/moodle/rootfs-php7"]
|
||||||
path = 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"]
|
[submodule "docker/wordpress/plugins/saml"]
|
||||||
path = docker/wordpress/plugins/saml
|
path = docker/wordpress/plugins/saml
|
||||||
url = https://github.com/onelogin/wordpress-saml.git
|
url = https://github.com/onelogin/wordpress-saml.git
|
||||||
|
|
|
@ -10,9 +10,3 @@ COPY 03-plugins.sh /docker-entrypoint-init.d/
|
||||||
COPY src/rootfs/var/www/html/admin/cli/isinstalled.php /
|
COPY src/rootfs/var/www/html/admin/cli/isinstalled.php /
|
||||||
COPY is_moodle_ready.sh /
|
COPY is_moodle_ready.sh /
|
||||||
COPY nginx.conf /etc/nginx/
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue