Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12076115
D1104.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
806 B
Referenced Files
None
Subscribers
None
D1104.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,8 +9,10 @@
# Prepare the container
#
-RUN apt-get update && apt-get install -y \
- openjdk-7-jdk ant openssh-server openssh-client locales \
+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 && \
+ apt-get install -y ant openssh-server openssh-client locales \
mercurial subversion \
--no-install-recommends && rm -r /var/lib/apt/lists/* && \
cd /opt && wget -O phpunit.phar https://phar.phpunit.de/phpunit-5.7.phar && \
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Oct 3, 14:54 (8 h, 15 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
04/b7/483e42ea8da75922aded2df2bfa8
Default Alt Text
D1104.diff (806 B)
Attached To
Mode
D1104: Install OpenJDK 8 from the Jessie backports
Attached
Detach File
Event Timeline
Log In to Comment