From de3cd259b605db373728bf5609d1fb669e1be10f Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Sun, 26 Apr 2020 00:16:34 +0200 Subject: [PATCH] Fix typos --- Dockerfile-alpine.template | 2 +- Dockerfile-debian.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 4cf00536f8..3907efdab0 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -117,7 +117,7 @@ RUN set -eux; \ --with-config-file-path="$PHP_INI_DIR" \ --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \ \ -# make sure invalid --configure-flags are fatal errors intead of just warnings +# make sure invalid --configure-flags are fatal errors instead of just warnings --enable-option-checking=fatal \ \ # https://github.com/docker-library/php/issues/439 diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index a9471ab118..4e0acf4faa 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -145,7 +145,7 @@ RUN set -eux; \ --with-config-file-path="$PHP_INI_DIR" \ --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \ \ -# make sure invalid --configure-flags are fatal errors intead of just warnings +# make sure invalid --configure-flags are fatal errors instead of just warnings --enable-option-checking=fatal \ \ # https://github.com/docker-library/php/issues/439