Skip to content

Commit c5ec7a5

Browse files
DaynnnnnDanPeggParallax
authored andcommitted
Add php7. 1-simplexml@php
1 parent 33619ae commit c5ec7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-7.1

+2-2
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
5+
RUN apk add --no-cache bash supervisor curl php7.1-simplexml@php
66

77
RUN apk --no-cache add ca-certificates openssl && \
88
apk add --no-cache wget ca-certificates \
@@ -282,4 +282,4 @@ RUN /usr/bin/php-fpm --fpm-config /etc/php/php-fpm.conf -t
282282
# Cron
283283
RUN mkdir -p /etc/cron.d
284284

285-
CMD ["/start-web.sh"]
285+
CMD ["/start-web.sh"]

0 commit comments

Comments
 (0)