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
44
55# setup repositories and install required packages
66COPY apt.sources.list.debian /etc/apt/sources.list
7+ COPY 00aptproxy /etc/apt/apt.conf.d/
78COPY ev3dev-archive-keyring.gpg /etc/apt/trusted.gpg.d/
89RUN dpkg --add-architecture armel && \
910 apt-get update && \
@@ -39,6 +40,7 @@ RUN dpkg --add-architecture armel && \
3940 cpio \
4041 gawk \
4142 file \
43+ zip \
4244 pigz \
4345 unzip \
4446 procps \
@@ -51,7 +53,7 @@ RUN dpkg --add-architecture armel && \
5153
5254# download JDK 10
5355RUN 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
5557
5658# prepare a nonroot user
5759COPY compiler.sudoers /etc/sudoers.d/compiler
You can’t perform that action at this time.
0 commit comments