Skip to content

Commit 413b42f

Browse files
committed
Adds Soap
1 parent 6fabfe8 commit 413b42f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

8-php72/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM php:7.2-apache
22

3-
RUN apt-get update -y && apt-get install -y curl wget vim git unzip mysql-client
3+
RUN apt-get update -y && apt-get install -y curl wget vim git unzip mysql-client libxml2-dev && \
4+
docker-php-ext-install soap
45

56
# install the PHP extensions we need
67
RUN set -ex; \

8/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM php:7.1-apache
22

3-
RUN apt-get update -y && apt-get install -y curl wget vim git unzip mysql-client
3+
RUN apt-get update -y && apt-get install -y curl wget vim git unzip mysql-client libxml2-dev && \
4+
docker-php-ext-install soap
45

56
# install the PHP extensions we need
67
RUN set -ex; \

0 commit comments

Comments
 (0)