diff --git a/Dockerfile b/Dockerfile index df844f5d..5c4cffd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,10 +20,15 @@ RUN apt-get update && \ tar \ pkg-config \ mono-complete \ - linux-libc-dev \ + linux-libc-dev \ + p7zip-full \ && \ + apt-get clean && \ rm -rf /var/lib/apt/lists/* +# test 7z install +RUN 7z -h + # install vcpkg ENV VCPKG_ROOT=/root/src/github/microsoft/vcpkg RUN git clone https://github.com/Microsoft/vcpkg.git ${VCPKG_ROOT}