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 33619ae commit c5ec7a5Copy full SHA for c5ec7a5
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
+RUN apk add --no-cache bash supervisor curl php7.1-simplexml@php
6
7
RUN apk --no-cache add ca-certificates openssl && \
8
apk add --no-cache wget ca-certificates \
@@ -282,4 +282,4 @@ RUN /usr/bin/php-fpm --fpm-config /etc/php/php-fpm.conf -t
282
# Cron
283
RUN mkdir -p /etc/cron.d
284
285
-CMD ["/start-web.sh"]
+CMD ["/start-web.sh"]
0 commit comments