We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683795f commit ebcfc46Copy full SHA for ebcfc46
src/docker/apache-7.1/Dockerfile
@@ -19,3 +19,4 @@ ARG EXTRA_RUN_CMD_7
19
RUN bash -c "$EXTRA_RUN_CMD_7"
20
21
COPY custom2.ini /usr/local/etc/php/conf.d/custom2.ini
22
+RUN chmod 0444 /usr/local/etc/php/conf.d/custom2.ini
src/docker/apache-7.1/custom2.ini
@@ -11,5 +11,4 @@ xdebug.remote_host = gateway
11
12
; Extensions
13
extension = imagick.so
14
-zend_extension = xdebug.so
15
extension = zip.so
0 commit comments