Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 4f6896a

Browse files
committed
Add SoapClient
1 parent fcd991c commit 4f6896a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apache-php/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN a2enmod mime
77
RUN a2enmod filter
88
RUN a2enmod deflate
99

10-
RUN apt-get update && apt-get install -y libfreetype6-dev libpng12-dev libjpeg-dev libmcrypt-dev && rm -rf /var/lib/apt/lists/* \
10+
RUN apt-get update && apt-get install -y libfreetype6-dev libpng12-dev libjpeg-dev libmcrypt-dev libxml2-dev && rm -rf /var/lib/apt/lists/* \
1111
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
12-
&& docker-php-ext-install gd pdo pdo_mysql iconv mcrypt mbstring mysqli zip
12+
&& docker-php-ext-install gd pdo pdo_mysql iconv mcrypt mbstring mysqli zip soap
1313

1414
CMD ["apache2-foreground"]

0 commit comments

Comments
 (0)