diff --git a/Dockerfile b/Dockerfile index 80cb859..990e8a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/;