File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ ENV PHP_URL="https://www.php.net/distributions/php-7.2.33.tar.xz" PHP_ASC_URL="h
7171ENV PHP_SHA256="0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a" PHP_MD5=""
7272
7373
74- COPY ./data/php-7.2.33.tar.xz /usr/src/php.tar.xz
7574
7675RUN set -eux; \
7776 \
@@ -81,8 +80,8 @@ RUN set -eux; \
8180 rm -rf /var/lib/apt/lists/*; \
8281 \
8382 mkdir -p /usr/src; \
84- cd /usr/src; \
85- \
83+ # cd /usr/src; \
84+ # \
8685# curl -fsSL -o php.tar.xz "$PHP_URL"; \
8786# \
8887# if [ -n "$PHP_SHA256" ]; then \
@@ -108,7 +107,7 @@ RUN set -eux; \
108107 apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
109108
110109# COPY docker-php-source /usr/local/bin/
111-
110+ COPY ./data/php-7.2.33.tar.xz /usr/src/php.tar.xz
112111COPY --from=php-source /usr/local/bin/docker-php-source /usr/local/bin/
113112
114113
You can’t perform that action at this time.
0 commit comments