Skip to content

Commit fb6d056

Browse files
feat: update install-php-extensions
1 parent 36b0822 commit fb6d056

File tree

6 files changed

+5469
-5
lines changed

6 files changed

+5469
-5
lines changed

php/5.6.40/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ COPY ./data/openssl-1.0.2u.tar.gz /tmp/openssl-1.0.2u.tar.gz
8787
COPY ./data/docker-php-source /usr/local/bin/
8888
COPY ./data/docker-php-ext-* /usr/local/bin/
8989
RUN chmod +x /usr/local/bin/docker-php-source /usr/local/bin/docker-php-ext-*
90+
COPY ./data/install-php-extensions /usr/local/bin/
9091

9192
ENV OPENSSL_PREFIX=/usr/local/openssl
9293
ENV CURL_PREFIX=/usr/local/curl
@@ -235,7 +236,6 @@ RUN apt-get update && \
235236
apt-get install -y supervisor iputils-ping && \
236237
apt-get clean && \
237238
rm -rf /var/lib/apt/lists/* &&\
238-
curl -fsSL -o /usr/local/bin/install-php-extensions https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions && \
239239
chmod uga+x /usr/local/bin/install-php-extensions && \
240240
curl -o /tmp/composer-setup.php https://getcomposer.org/installer &&\
241241
php /tmp/composer-setup.php --install-dir=/tmp && \

0 commit comments

Comments
 (0)