Skip to content

Commit

Permalink
Add xsl
Browse files Browse the repository at this point in the history
Add XSL for PR: MbinOrg/mbin#1016
  • Loading branch information
melroy89 authored Sep 2, 2024
1 parent 9081bcb commit 26b6939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN COMPOSER_ALLOW_SUPERUSER=1 \
# Install php extensions, by docker-php-extension-installer
# Required for some composer packages to be pre-installed
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions amqp gd curl simplexml dom xml redis intl opcache apcu pcntl bcmath
RUN install-php-extensions amqp gd curl simplexml dom xml redis intl opcache apcu pcntl bcmath xsl

# This line invalidates cache when master branch change
ADD https://github.com/vimeo/psalm/commits/master.atom /dev/null
Expand Down

0 comments on commit 26b6939

Please sign in to comment.