From c3e44c7be391e280de02692f0e31a8709e3001d8 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Thu, 31 Aug 2023 14:17:29 +0200 Subject: [PATCH] Fix zlib build dir --- php-80/Dockerfile | 2 +- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 2c2d404e..5e7ed5e1 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -83,7 +83,7 @@ RUN mkdir -p ${BUILD_DIR} \ # Used By: # - xml2 ENV VERSION_ZLIB=1.3 -ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2 +ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib RUN set -xe; \ mkdir -p ${ZLIB_BUILD_DIR}; \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index 82809300..3a778554 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -83,7 +83,7 @@ RUN mkdir -p ${BUILD_DIR} \ # Used By: # - xml2 ENV VERSION_ZLIB=1.3 -ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2 +ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib RUN set -xe; \ mkdir -p ${ZLIB_BUILD_DIR}; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 56bdf501..c800548d 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -83,7 +83,7 @@ RUN mkdir -p ${BUILD_DIR} \ # Used By: # - xml2 ENV VERSION_ZLIB=1.3 -ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2 +ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib RUN set -xe; \ mkdir -p ${ZLIB_BUILD_DIR}; \