Skip to content

Commit 0dfb881

Browse files
committed
[docker] Re-add zip (java wants it)
1 parent 0ea6a5a commit 0dfb881

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/Dockerfile.system

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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/
78
COPY ev3dev-archive-keyring.gpg /etc/apt/trusted.gpg.d/
89
RUN 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
5355
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
5557

5658
# prepare a nonroot user
5759
COPY compiler.sudoers /etc/sudoers.d/compiler

0 commit comments

Comments
 (0)