Skip to content

Commit 5735acf

Browse files
committed
Clarify comment on why we install zlib
1 parent b2c6214 commit 5735acf

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

php-80/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ RUN mkdir -p ${BUILD_DIR} \
7676
# See https://github.com/brefphp/aws-lambda-layers/pull/110
7777
# Can be removed once Lambda updates their version.
7878
# https://github.com/madler/zlib/releases
79-
# Needed for:
80-
# - openssl
81-
# - curl
82-
# - php
83-
# Used By:
84-
# - xml2
8579
ENV VERSION_ZLIB=1.3
8680
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8781
RUN set -xe; \

php-81/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ RUN mkdir -p ${BUILD_DIR} \
7676
# See https://github.com/brefphp/aws-lambda-layers/pull/110
7777
# Can be removed once Lambda updates their version.
7878
# https://github.com/madler/zlib/releases
79-
# Needed for:
80-
# - openssl
81-
# - curl
82-
# - php
83-
# Used By:
84-
# - xml2
8579
ENV VERSION_ZLIB=1.3
8680
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8781
RUN set -xe; \

php-82/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ RUN mkdir -p ${BUILD_DIR} \
7676
# See https://github.com/brefphp/aws-lambda-layers/pull/110
7777
# Can be removed once Lambda updates their version.
7878
# https://github.com/madler/zlib/releases
79-
# Needed for:
80-
# - openssl
81-
# - curl
82-
# - php
83-
# Used By:
84-
# - xml2
8579
ENV VERSION_ZLIB=1.3
8680
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8781
RUN set -xe; \

0 commit comments

Comments
 (0)