Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4021378
D2350.id5917.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D2350.id5917.diff
View Options
diff --git a/jenkins-slave-php/Dockerfile b/jenkins-slave-php/Dockerfile
--- a/jenkins-slave-php/Dockerfile
+++ b/jenkins-slave-php/Dockerfile
@@ -9,13 +9,12 @@
# Prepare the container
#
-RUN echo "deb http://http.debian.net/debian jessie-backports main" > /etc/apt/sources.list.d/jessie-backports.list && \
- apt-get update && apt-get install -y -t jessie-backports openjdk-8-jdk \
- --no-install-recommends && \
+RUN apt-get update && \
apt-get install -y ant openssh-server openssh-client locales \
mercurial subversion \
+ openjdk-11-jdk \
--no-install-recommends && rm -r /var/lib/apt/lists/* && \
- cd /opt && wget -O phpunit.phar https://phar.phpunit.de/phpunit-5.7.phar && \
+ cd /opt && wget -O phpunit.phar https://phar.phpunit.de/phpunit-9.3.phar && \
chmod +x phpunit.phar && ln -s /opt/phpunit.phar /usr/local/bin/phpunit && \
wget https://phar.phpunit.de/phpcpd.phar && \
chmod +x phpcpd.phar && ln -s /opt/phpcpd.phar /usr/local/bin/phpcpd && \
@@ -25,21 +24,20 @@
chmod +x phpcs.phar && ln -s /opt/phpcs.phar /usr/local/bin/phpcs && \
wget http://phpdox.de/releases/phpdox.phar && \
chmod +x phpdox.phar && ln -s /opt/phpdox.phar /usr/local/bin/phpdox && \
- wget http://static.pdepend.org/php/latest/pdepend.phar && \
+ 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 http://static.phpmd.org/php/latest/phpmd.phar && \
+ wget https://github.com/phpmd/phpmd/releases/download/2.9.1/phpmd.phar && \
chmod +x /opt/phpmd.phar && ln -s /opt/phpmd.phar /usr/local/bin/phpmd && \
- wget https://github.com/etsy/phan/releases/download/0.7/phan.phar && \
+ wget https://github.com/phan/phan/releases/download/3.2.2/phan.phar && \
chmod +x /opt/phan.phar && ln -s /opt/phan.phar /usr/local/bin/phan && \
- git clone https://github.com/phacility/libphutil.git && \
git clone https://github.com/phacility/arcanist.git && \
ln -s /opt/arcanist/bin/arc /usr/local/bin/arc && \
pecl install xdebug && \
git clone https://github.com/nikic/php-ast.git && \
cd /opt/php-ast && phpize && ./configure && make && make install && \
- curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
+ curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
apt-get install -y nodejs && \
- npm install -g bower gulp csslint jsonlint jshint jscs eslint phantomjs-prebuilt && \
+ npm install -g bower gulp csslint jsonlint jshint jscs eslint && \
mkdir -p /var/run/sshd
COPY files /
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 11:39 (21 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2362017
Default Alt Text
D2350.id5917.diff (2 KB)
Attached To
Mode
D2350: Upgrade userland to use Debian Buster and updated software
Attached
Detach File
Event Timeline
Log In to Comment