Skip to content

Commit 6303a70

Browse files
committed
Added zip to Dockerfile package installs
1 parent 9bf3c45 commit 6303a70

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
@@ -44,7 +44,7 @@ RUN apt update -qq && apt install -qq --yes --no-install-recommends \
4444
RUN dpkg --add-architecture i386 && apt update -qq && apt install -qq --yes --no-install-recommends \
4545
build-essential ccache git libncurses5:i386 libstdc++6:i386 libgtk2.0-0:i386 \
4646
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
47+
openjdk-8-jdk zip unzip zlib1g-dev zlib1g:i386
4848

4949
# specific recipes dependencies (e.g. libffi requires autoreconf binary)
5050
RUN apt install -qq --yes --no-install-recommends \

0 commit comments

Comments
 (0)