Update mingw docker image for creating the Windows installer.

This commit is contained in:
Pentarctagon 2020-02-10 22:33:37 -06:00 committed by Pentarctagon
parent 204c4b804c
commit 7c3869f360

View file

@ -2,7 +2,7 @@ FROM rwgrim/msys2-cross
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y scons g++-mingw-w64-x86-64 pkg-config python3-pefile expect python3-pip && \
apt-get install -y scons g++-mingw-w64-x86-64 pkg-config python3-pefile expect python3-pip nsis gettext && \
pip3 install --upgrade pip && \
yes | pip3 install paramiko && \
update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix && \