We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fabfe8 commit 413b42fCopy full SHA for 413b42f
8-php72/Dockerfile
@@ -1,6 +1,7 @@
1
FROM php:7.2-apache
2
3
-RUN apt-get update -y && apt-get install -y curl wget vim git unzip mysql-client
+RUN apt-get update -y && apt-get install -y curl wget vim git unzip mysql-client libxml2-dev && \
4
+ docker-php-ext-install soap
5
6
# install the PHP extensions we need
7
RUN set -ex; \
8/Dockerfile
FROM php:7.1-apache
0 commit comments