We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efd643 commit a7385ffCopy full SHA for a7385ff
Dockerfile
@@ -1,6 +1,9 @@
1
FROM php:7.1-apache
2
3
ADD root/ /
4
+# Fix the original permissions of /tmp, the PHP default upload tmp dir.
5
+RUN chmod 777 /tmp && chmod +t /tmp
6
+# Setup the required extensions.
7
RUN /tmp/setup/php-extensions.sh
8
RUN /tmp/setup/oci8-extension.sh
9
0 commit comments