We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d29f7b commit a1ff760Copy full SHA for a1ff760
1 file changed
Dockerfile
@@ -40,7 +40,8 @@ RUN docker-php-ext-install \
40
bcmath \
41
gd exif fileinfo \
42
opcache \
43
- sockets
+ sockets \
44
+ xsl
45
46
RUN docker-php-ext-configure intl && docker-php-ext-install intl
47
0 commit comments