Skip to content

Commit 520b2f1

Browse files
feat: change php Dockerfile
1 parent 595a8ed commit 520b2f1

File tree

10 files changed

+16935
-119
lines changed

10 files changed

+16935
-119
lines changed

php/5.6/data/install-php-extensions

Lines changed: 323 additions & 58 deletions
Large diffs are not rendered by default.

php/7.0.33/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ RUN set -ex \
218218
COPY ./data/supervisor-4.2.5.tar.gz /tmp/
219219
COPY ./data/php-fpm.ini /etc/supervisor.d/php-fpm.ini
220220
COPY ./data/supervisord.conf /etc/supervisord.conf
221+
COPY ./data/install-php-extensions /usr/local/bin/
221222

222223
RUN apt-get update && \
223224
apt-get install -y python3 python3-pip git wget&& \
224225
rm -rf /var/lib/apt/lists/* && \
225-
curl -fsSL -o /usr/local/bin/install-php-extensions https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions && \
226226
chmod uga+x /usr/local/bin/install-php-extensions && \
227227
cd /tmp && \
228228
tar -xzvf supervisor-4.2.5.tar.gz && \

0 commit comments

Comments
 (0)