File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ FROM debian:stretch
4
4
5
5
# setup repositories and install required packages
6
6
COPY apt.sources.list.debian /etc/apt/sources.list
7
+ COPY 00aptproxy /etc/apt/apt.conf.d/
7
8
COPY ev3dev-archive-keyring.gpg /etc/apt/trusted.gpg.d/
8
9
RUN dpkg --add-architecture armel && \
9
10
apt-get update && \
@@ -39,6 +40,7 @@ RUN dpkg --add-architecture armel && \
39
40
cpio \
40
41
gawk \
41
42
file \
43
+ zip \
42
44
pigz \
43
45
unzip \
44
46
procps \
@@ -51,7 +53,7 @@ RUN dpkg --add-architecture armel && \
51
53
52
54
# download JDK 10
53
55
RUN mkdir /opt/jdkcross
54
- RUN curl -SL https ://download.java.net/java/GA/jdk10/10/binaries /openjdk-10_linux-x64_bin.tar.gz | tar -xzC /opt/jdkcross
56
+ RUN curl -SL http ://10.0.0.42 /openjdk-10_linux-x64_bin.tar.gz | tar -xzC /opt/jdkcross
55
57
56
58
# prepare a nonroot user
57
59
COPY compiler.sudoers /etc/sudoers.d/compiler
You can’t perform that action at this time.
0 commit comments