Update mingw docker image for creating the Windows installer.
This commit is contained in:
parent
204c4b804c
commit
7c3869f360
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue