diff --git a/scripts/windows/Dockerfile-mxe b/scripts/windows/Dockerfile-mxe index e6caec5..873e144 100644 --- a/scripts/windows/Dockerfile-mxe +++ b/scripts/windows/Dockerfile-mxe @@ -38,7 +38,7 @@ RUN apt-get install -y \ RUN git clone https://github.com/mxe/mxe.git RUN mv mxe /opt/mxe WORKDIR /opt/mxe -RUN make -j4 MXE_TARGETS="i686-w64-mingw32.static.posix" qtbase qtmultimedia +RUN make -j4 MXE_TARGETS="i686-w64-mingw32.static.posix" qtbase qtmultimedia libarchive ENV PATH=/opt/mxe/usr/bin:$PATH WORKDIR /