Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F6710627
D2922.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
981 B
Referenced Files
None
Subscribers
None
D2922.diff
View Options
diff --git a/jenkins-agent-php/Dockerfile b/jenkins-agent-php/Dockerfile
--- a/jenkins-agent-php/Dockerfile
+++ b/jenkins-agent-php/Dockerfile
@@ -22,8 +22,8 @@
chmod +x phploc.phar && ln -s /opt/phploc.phar /usr/local/bin/phploc && \
wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar && \
chmod +x phpcs.phar && ln -s /opt/phpcs.phar /usr/local/bin/phpcs && \
- wget -O phpdox.phar https://github.com/theseer/phpdox/releases/download/0.12.0/phpdox-0.12.0.phar && \
- chmod +x phpdox.phar && ln -s /opt/phpdox.phar /usr/local/bin/phpdox && \
+ git clone --depth 1 https://github.com/nasqueron/phpdox && \
+ (cd phpdox && composer update) && ln -s /opt/phpdox/phpdox /usr/local/bin/phpdox && \
wget https://github.com/pdepend/pdepend/releases/download/2.8.0/pdepend.phar && \
chmod +x pdepend.phar && ln -s /opt/pdepend.phar /usr/local/bin/pdepend && \
wget https://github.com/phpmd/phpmd/releases/download/2.9.1/phpmd.phar && \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 8, 12:08 (19 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2553772
Default Alt Text
D2922.diff (981 B)
Attached To
Mode
D2922: Allow phpdox to run under PHP 8.1 and PHP 8.2
Attached
Detach File
Event Timeline
Log In to Comment