Adding bleeding edge pyinstaller 3.5 for accountfree-build-img-wine, w/ fix for PySide2
This commit is contained in:
parent
c2d9077696
commit
8c9f5a144b
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue