diff --git a/src/scripts/docker/Dockerfile b/src/scripts/docker/Dockerfile index 6528cfd..fd24523 100644 --- a/src/scripts/docker/Dockerfile +++ b/src/scripts/docker/Dockerfile @@ -28,6 +28,8 @@ RUN cd /opt && \ # Get and build MXE RUN cd /opt && \ + git clone https://github.com/mxe/mxe.git && \ + cd /opt/mxe && \ make -j$(nproc) MXE_TARGETS=x86_64-w64-mingw32.static qtbase qtwebsockets ENV PATH="/opt/mxe/usr/bin:${PATH}" \ No newline at end of file