Skip to content

Commit 22fdd36

Browse files
Move simplexml install with other php modules
1 parent c5ec7a5 commit 22fdd36

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile-7.1

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.7
22

33
ENV PHP_VERSION 7.1
44

5-
RUN apk add --no-cache bash supervisor curl php7.1-simplexml@php
5+
RUN apk add --no-cache bash supervisor curl
66

77
RUN apk --no-cache add ca-certificates openssl && \
88
apk add --no-cache wget ca-certificates \
@@ -192,6 +192,7 @@ RUN apk add --no-cache \
192192
php7.1-mbstring@php \
193193
php7.1-mysqli@php \
194194
php7.1-mysqlnd@php \
195+
php7.1-simplexml@php \
195196
php7.1-openssl@php \
196197
php7.1-pdo@php \
197198
php7.1-session@php \

examples/hello-world/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM prlx/prlx-nginx-php-fpm:7.2
1+
FROM prlx/prlx-nginx-php-fpm:7.1
22

3-
ADD /src /src/public
3+
ADD /src /src/public

0 commit comments

Comments
 (0)