Skip to content

Commit e8cdd1c

Browse files
committed
[docker] Remove accidentally added home apt-cache
1 parent b19fc6d commit e8cdd1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jdk10/Dockerfile.system

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ FROM debian:stretch
44

55
# setup repositories and install required packages
66
COPY apt.sources.list.debian /etc/apt/sources.list
7-
COPY 00aptproxy /etc/apt/apt.conf.d/
87
COPY ev3dev-archive-keyring.gpg /etc/apt/trusted.gpg.d/
98
RUN dpkg --add-architecture armel && \
109
apt-get update && \
@@ -53,7 +52,7 @@ RUN dpkg --add-architecture armel && \
5352

5453
# download JDK 10
5554
RUN mkdir /opt/jdkcross
56-
RUN curl -SL http://10.0.0.42/openjdk-10_linux-x64_bin.tar.gz | tar -xzC /opt/jdkcross
55+
RUN curl -SL https://download.java.net/java/GA/jdk10/10/binaries/openjdk-10_linux-x64_bin.tar.gz | tar -xzC /opt/jdkcross
5756

5857
# prepare a nonroot user
5958
COPY compiler.sudoers /etc/sudoers.d/compiler

0 commit comments

Comments
 (0)