Skip to content

Commit

Permalink
fix: simplexml
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBogdanov committed Mar 13, 2021
1 parent 53de4c9 commit 676c5f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:3.13

RUN apk add --no-cache php7 php7-xml php7-zip php7-openssl php7-phar php7-json php7-iconv zip npm bash && \
RUN apk add --no-cache php7 php7-xml php7-simplexml php7-zip php7-openssl php7-phar php7-json php7-iconv \
zip npm bash && \
\
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
php composer-setup.php --install-dir=/usr/bin --filename=composer && \
Expand Down

0 comments on commit 676c5f9

Please sign in to comment.