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 096fe77 commit 627d6caCopy full SHA for 627d6ca
Dockerfile
@@ -48,7 +48,7 @@ RUN apt update -qq && apt install -qq --yes --no-install-recommends \
48
RUN dpkg --add-architecture i386 && apt update -qq && apt install -qq --yes --no-install-recommends \
49
build-essential ccache git libncurses5:i386 libstdc++6:i386 libgtk2.0-0:i386 \
50
libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 python2.7 python2.7-dev \
51
- openjdk-8-jdk unzip zlib1g-dev zlib1g:i386 && \
+ openjdk-8-jdk zip unzip zlib1g-dev zlib1g:i386 && \
52
rm -rf /var/lib/apt/lists/*
53
54
# download and install Android NDK
0 commit comments