We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ec7a5 commit 22fdd36Copy full SHA for 22fdd36
Dockerfile-7.1
@@ -2,7 +2,7 @@ FROM alpine:3.7
2
3
ENV PHP_VERSION 7.1
4
5
-RUN apk add --no-cache bash supervisor curl php7.1-simplexml@php
+RUN apk add --no-cache bash supervisor curl
6
7
RUN apk --no-cache add ca-certificates openssl && \
8
apk add --no-cache wget ca-certificates \
@@ -192,6 +192,7 @@ RUN apk add --no-cache \
192
php7.1-mbstring@php \
193
php7.1-mysqli@php \
194
php7.1-mysqlnd@php \
195
+ php7.1-simplexml@php \
196
php7.1-openssl@php \
197
php7.1-pdo@php \
198
php7.1-session@php \
examples/hello-world/Dockerfile
@@ -1,3 +1,3 @@
1
-FROM prlx/prlx-nginx-php-fpm:7.2
+FROM prlx/prlx-nginx-php-fpm:7.1
-ADD /src /src/public
+ADD /src /src/public
0 commit comments