Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3774128
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/plain
Expires
Mon, Nov 25, 09:55 (20 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2262350
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