We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9081bcb commit 26b6939Copy full SHA for 26b6939
Dockerfile
@@ -24,7 +24,7 @@ RUN COMPOSER_ALLOW_SUPERUSER=1 \
24
# Install php extensions, by docker-php-extension-installer
25
# Required for some composer packages to be pre-installed
26
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
+RUN install-php-extensions amqp gd curl simplexml dom xml redis intl opcache apcu pcntl bcmath xsl
28
29
# This line invalidates cache when master branch change
30
ADD https://github.com/vimeo/psalm/commits/master.atom /dev/null
0 commit comments