File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
root/etc/apache2/conf-enabled Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ RUN /tmp/setup/locales-gen.sh
3333ADD root/tmp/setup/php-extensions.sh /tmp/setup/php-extensions.sh
3434RUN /tmp/setup/php-extensions.sh
3535
36- # Install Oracle Instantclient
37- ADD root/tmp/setup/oci8-extension.sh /tmp/setup/oci8-extension.sh
38- RUN /tmp/setup/oci8-extension.sh
39- ENV LD_LIBRARY_PATH /usr/local/instantclient
40-
4136# Install Microsoft sqlsrv.
4237ADD root/tmp/setup/sqlsrv-extension.sh /tmp/setup/sqlsrv-extension.sh
4338RUN /tmp/setup/sqlsrv-extension.sh
@@ -50,6 +45,7 @@ RUN mkdir /var/www/moodledata && chown www-data /var/www/moodledata && \
5045 mkdir /var/www/.nvm && chown www-data /var/www/.nvm
5146
5247ADD root/usr /usr
48+ ADD root/etc /etc
5349
5450# Fix the original permissions of /tmp, the PHP default upload tmp dir.
5551RUN chmod 777 /tmp && chmod +t /tmp
Original file line number Diff line number Diff line change 1+ <Location "/">
2+ FallbackResource /r.php
3+ </Location>
You can’t perform that action at this time.
0 commit comments