Skip to content

Commit

Permalink
Add xml PHP extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Programie authored Jul 2, 2024
1 parent 56be814 commit 47b1873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/generic-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ ENV HTTPD_GID=33
COPY entrypoint.sh /entrypoint.sh

RUN apt-get update && apt-get install -y curl git && \
install-php ${PHP_VERSION} curl intl pdo-mysql && \
install-php ${PHP_VERSION} curl intl pdo-mysql xml && \
a2enmod rewrite && \
curl -o /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar && \
chmod +x /usr/local/bin/composer

ENTRYPOINT ["/entrypoint.sh"]
CMD ["apache2-foreground"]
CMD ["apache2-foreground"]

0 comments on commit 47b1873

Please sign in to comment.