Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 7ef0b72

Browse files
committed
Disable including PEAR in the PHP example (PEAR got hacked!)
1 parent f9950a1 commit 7ef0b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN sed -i 's;^releasever.*;releasever=2017.03;;' /etc/yum.conf && \
2929
RUN curl -sL https://github.com/php/php-src/archive/php-7.3.0.tar.gz | tar -xvz && \
3030
cd php-src-php-7.3.0 && \
3131
./buildconf --force && \
32-
./configure --prefix=/opt/php-7-bin/ --with-openssl --with-curl --with-zlib && \
32+
./configure --prefix=/opt/php-7-bin/ --with-openssl --with-curl --with-zlib --without-pear && \
3333
make install && \
3434
/opt/php-7-bin/bin/php -v && \
3535
curl -sS https://getcomposer.org/installer | /opt/php-7-bin/bin/php -- --install-dir=/opt/php-7-bin/bin/ --filename=composer

0 commit comments

Comments
 (0)