From 1c034ae56eed79d276676bb86d22b295faab96dd Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 7 Feb 2019 12:49:41 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5f1b50..fdc6787 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN cd php-src \ --disable-cgi \ --enable-mbstring \ --enable-mysqlnd \ - --enable-phar=shared \ + --without-pear \ --with-apxs2=/usr/bin/apxs \ --with-config-file-path=/usr/local/etc/php \ --with-config-file-scan-dir=/usr/local/etc/php/conf.d \