Skip to content

Commit 129a3d5

Browse files
committed
php-pear
1 parent 78c4793 commit 129a3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN BUILD_DEPS='software-properties-common' \
1515
&& add-apt-repository -y ppa:ondrej/php \
1616
&& add-apt-repository -y ppa:ondrej/apache2 \
1717
&& apt-get update \
18-
&& apt-get install -y curl apache2 libsasl2-modules libapache2-mod-php7.3 libmcrypt-dev php7.3-cli php7.3-readline php7.3-mbstring php7.3-zip php7.3-intl php-xml php7.3-xml php7.3-xmlrpc php7.3-json php7.3-curl php7.3-gd php7.3-pgsql php7.3-mysql \
18+
&& apt-get install -y curl apache2 libsasl2-modules libapache2-mod-php7.3 libmcrypt-dev php7.3-cli php7.3-readline php7.3-mbstring php7.3-zip php7.3-intl php-xml php7.3-xml php7.3-xmlrpc php7.3-json php7.3-curl php7.3-gd php7.3-pgsql php7.3-mysql php-pear \
1919
&& apt-get update && apt-get install -yq --no-install-recommends \
2020
git \
2121
cron \

0 commit comments

Comments
 (0)