diff --git a/Dockerfile.mingw b/Dockerfile.mingw index 1f9b436..f017e78 100644 --- a/Dockerfile.mingw +++ b/Dockerfile.mingw @@ -2,4 +2,4 @@ FROM docker.gitea.com/runner-images:ubuntu-24.04 ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get -y update && apt-get -y install build-essential make ninja-build cmake git mingw-w64 wget curl \ No newline at end of file +RUN apt-get -y update && apt-get -y install build-essential make ninja-build cmake git mingw-w64 wget curl zip tar gzip nsis \ No newline at end of file