Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T641
Change Details
Change Details
Old
New
Diff
When preparing a Dockerfile for a Jenkins slave container image to run PHP jobs, I noticed xsl isn't available by default in rDPHPCLI. ``` $ phpdox phpDox 0.8.1.1 - Copyright (C) 2010 - 2015 by Arne Blankerts Sorry, but your PHP environment is currently not able to run phpDox due to the following issue(s): ext/xsl not installed/enabled Please adjust your PHP configuration and try again. ```
When preparing a Dockerfile for a Jenkins agent container image to run PHP jobs, I noticed xsl isn't available by default in rDPHPCLI. ``` $ phpdox phpDox 0.8.1.1 - Copyright (C) 2010 - 2015 by Arne Blankerts Sorry, but your PHP environment is currently not able to run phpDox due to the following issue(s): ext/xsl not installed/enabled Please adjust your PHP configuration and try again. ```
When preparing a Dockerfile for a Jenkins
slave
agent
container image to run PHP jobs, I noticed xsl isn't available by default in rDPHPCLI. ``` $ phpdox phpDox 0.8.1.1 - Copyright (C) 2010 - 2015 by Arne Blankerts Sorry, but your PHP environment is currently not able to run phpDox due to the following issue(s): ext/xsl not installed/enabled Please adjust your PHP configuration and try again. ```
Continue