Skip to content

Commit 627d6ca

Browse files
committed
Added zip to Dockerfile package installs
1 parent 096fe77 commit 627d6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN apt update -qq && apt install -qq --yes --no-install-recommends \
4848
RUN dpkg --add-architecture i386 && apt update -qq && apt install -qq --yes --no-install-recommends \
4949
build-essential ccache git libncurses5:i386 libstdc++6:i386 libgtk2.0-0:i386 \
5050
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 && \
51+
openjdk-8-jdk zip unzip zlib1g-dev zlib1g:i386 && \
5252
rm -rf /var/lib/apt/lists/*
5353

5454
# download and install Android NDK

0 commit comments

Comments
 (0)