aboutsummaryrefslogtreecommitdiff
path: root/jessie-arm64
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-07-07 13:10:54 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-07-07 13:10:54 +0300
commitb937a0d5289dcdd70dc9f392c90c17a465c410c2 (patch)
treecd8998d62e89cbc63f947f2629d0a5dfc138881e /jessie-arm64
parent8cc1b664c3137cdaf61cf7ebfc804e9a65bbe5ea (diff)
jessie-{arm64,armhf}: switch to OpenJDK 8
Required by the new Jenkins LTS 2.60.1 Change-Id: Ie030a474cfb279934f24f6a588c12d26c1f6060e Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'jessie-arm64')
-rw-r--r--jessie-arm64/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/jessie-arm64/Dockerfile b/jessie-arm64/Dockerfile
index 5625fe5a..7081ee04 100644
--- a/jessie-arm64/Dockerfile
+++ b/jessie-arm64/Dockerfile
@@ -36,7 +36,6 @@ RUN apt-key add /etc/apt/sources.list.d/*.key \
libvirt-clients \
linaro-image-tools \
lsb-release \
- openjdk-7-jdk \
openssh-server \
python-requests \
qemu-user-static \
@@ -48,6 +47,8 @@ RUN apt-key add /etc/apt/sources.list.d/*.key \
wget \
zip \
zsync \
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends -t jessie-backports openjdk-8-jdk \
+ && update-java-alternatives -s java-1.8.0-openjdk-arm64 \
&& apt-get clean \
&& rm -rf \
/etc/apt/sources.list.d/*.key \