added libzip-dev as dependency
This commit is contained in:
parent
2de833b29f
commit
32afc14efe
1 changed files with 1 additions and 1 deletions
|
|
@ -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/;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue