aboutsummaryrefslogtreecommitdiff
path: root/utopic-amd64-art
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-02-02 18:20:59 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-02-02 19:56:36 +0530
commit736f45443a721777837e3098e98ae496b469cbfc (patch)
tree0d512c72f4e2037ccddb2d6bd1cca0061a1a0f81 /utopic-amd64-art
parenteb113b3468c3b691701d8c09d2779d1e43b5d5ca (diff)
utopic-amd64-art: Update to latest Java8 package which fixes AOSP build failures
Change-Id: I2c5864bb6ad09384419f7f79ed8c4c2638e31622 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'utopic-amd64-art')
-rw-r--r--utopic-amd64-art/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/utopic-amd64-art/Dockerfile b/utopic-amd64-art/Dockerfile
index adb71100..8a24e450 100644
--- a/utopic-amd64-art/Dockerfile
+++ b/utopic-amd64-art/Dockerfile
@@ -27,7 +27,6 @@ RUN dpkg --add-architecture i386 \
lib32ncurses5 \
libxml2-utils \
make \
- openjdk-8-jdk \
openssh-client \
openssh-server \
python-mako \
@@ -44,6 +43,9 @@ RUN dpkg --add-architecture i386 \
&& wget -q \
http://snapshot.debian.org/archive/debian/20151016T034032Z/pool/main/a/acpica-unix/acpica-tools_20150930-1_amd64.deb \
http://de.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.2ubuntu3_amd64.deb \
+ http://mirrors.kernel.org/ubuntu/pool/universe/o/openjdk-8/openjdk-8-jre-headless_8u45-b14-1_amd64.deb \
+ http://mirrors.kernel.org/ubuntu/pool/universe/o/openjdk-8/openjdk-8-jre_8u45-b14-1_amd64.deb \
+ http://mirrors.kernel.org/ubuntu/pool/universe/o/openjdk-8/openjdk-8-jdk_8u45-b14-1_amd64.deb \
&& dpkg -i --force-all *.deb \
&& apt-mark hold make \
&& apt-get clean \