added libzip-dev as dependency

This commit is contained in:
Colin Yates 2018-08-07 07:35:42 +01:00
commit 32afc14efe

View file

@ -3,7 +3,7 @@ FROM debian
ENV PATH=$PATH:/opt/Nim/bin:/root/.nimble/bin
RUN apt update && \
apt -y install libc-dev gcc curl git perl mingw-w64 \
apt -y install libc-dev gcc curl git perl mingw-w64 libzip-dev \
&& \
rm -rf /var/cache/apt/;