Adding bleeding edge pyinstaller 3.5 for accountfree-build-img-wine, w/ fix for PySide2

This commit is contained in:
Ad5001 2019-06-08 16:44:54 +02:00
parent c2d9077696
commit 8c9f5a144b

View file

@ -10,7 +10,11 @@ RUN wine reg ADD "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Ma
RUN rm tor-win32-0.3.5.8.zip
# Installing pyinstaller
RUN pip install pyinstaller
RUN git clone https://github.com/pyinstaller/pyinstaller
RUN cd pyinstaller \
&& python setup.py install \
&& cd .. \
&& rm -rf pyinstaller
RUN echo 'wine '\''C:\Python36\Scripts\pyinstaller.exe'\'' "$@"' > /usr/bin/pyinstaller
RUN chmod +x /usr/bin/pyinstaller