We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf3c45 commit 6303a70Copy full SHA for 6303a70
Dockerfile
@@ -44,7 +44,7 @@ RUN apt update -qq && apt install -qq --yes --no-install-recommends \
44
RUN dpkg --add-architecture i386 && apt update -qq && apt install -qq --yes --no-install-recommends \
45
build-essential ccache git libncurses5:i386 libstdc++6:i386 libgtk2.0-0:i386 \
46
libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 python2.7 python2.7-dev \
47
- openjdk-8-jdk unzip zlib1g-dev zlib1g:i386
+ openjdk-8-jdk zip unzip zlib1g-dev zlib1g:i386
48
49
# specific recipes dependencies (e.g. libffi requires autoreconf binary)
50
RUN apt install -qq --yes --no-install-recommends \
0 commit comments