Skip to content

Commit

Permalink
Fix zlib build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Aug 31, 2023
1 parent e1a2030 commit c3e44c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}; \
Expand Down
2 changes: 1 addition & 1 deletion php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}; \
Expand Down
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}; \
Expand Down

0 comments on commit c3e44c7

Please sign in to comment.