Skip to content

Commit 9193329

Browse files
feat: update cnb script
1 parent f489a3f commit 9193329

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

php/7.2.33/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ ENV PHP_VERSION 7.2.33
7070
ENV PHP_URL="https://www.php.net/distributions/php-7.2.33.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.33.tar.xz.asc"
7171
ENV PHP_SHA256="0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a" PHP_MD5=""
7272

73+
74+
COPY ./data/php-7.2.33.tar.xz /usr/src/php.tar.xz
75+
7376
RUN set -eux; \
7477
\
7578
savedAptMark="$(apt-mark showmanual)"; \
@@ -80,8 +83,8 @@ RUN set -eux; \
8083
mkdir -p /usr/src; \
8184
cd /usr/src; \
8285
\
83-
curl -fsSL -o php.tar.xz "$PHP_URL"; \
84-
\
86+
# curl -fsSL -o php.tar.xz "$PHP_URL"; \
87+
# \
8588
# if [ -n "$PHP_SHA256" ]; then \
8689
# echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
8790
# fi; \
@@ -108,6 +111,7 @@ RUN set -eux; \
108111

109112
COPY --from=php-source /usr/local/bin/docker-php-source /usr/local/bin/
110113

114+
111115
RUN set -eux; \
112116
\
113117
savedAptMark="$(apt-mark showmanual)"; \

php/7.2.33/data/php-7.2.33.tar.xz

11.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)