File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ RUN set -eux; \
117117 --with-config-file-path="$PHP_INI_DIR" \
118118 --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
119119 \
120- # make sure invalid --configure-flags are fatal errors intead of just warnings
120+ # make sure invalid --configure-flags are fatal errors instead of just warnings
121121 --enable-option-checking=fatal \
122122 \
123123# https://github.com/docker-library/php/issues/439
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ RUN set -eux; \
145145 --with-config-file-path="$PHP_INI_DIR" \
146146 --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
147147 \
148- # make sure invalid --configure-flags are fatal errors intead of just warnings
148+ # make sure invalid --configure-flags are fatal errors instead of just warnings
149149 --enable-option-checking=fatal \
150150 \
151151# https://github.com/docker-library/php/issues/439
You can’t perform that action at this time.
0 commit comments