Skip to content

Commit 26b6939

Browse files
authored
Add xsl
Add XSL for PR: MbinOrg/mbin#1016
1 parent 9081bcb commit 26b6939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN COMPOSER_ALLOW_SUPERUSER=1 \
2424
# Install php extensions, by docker-php-extension-installer
2525
# Required for some composer packages to be pre-installed
2626
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
27-
RUN install-php-extensions amqp gd curl simplexml dom xml redis intl opcache apcu pcntl bcmath
27+
RUN install-php-extensions amqp gd curl simplexml dom xml redis intl opcache apcu pcntl bcmath xsl
2828

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

0 commit comments

Comments
 (0)