Updating to pyside2 5.12.5, ubuntu version to hirsute, pyinstaller to 4.3, and python to 3.9.5/6
This commit is contained in:
parent
d6ffcfc498
commit
64224e3439
4 changed files with 91 additions and 16 deletions
|
@ -1,15 +1,15 @@
|
|||
FROM ad5001/ubuntu-pyside2-xvfb-wine:win7-5.15.0
|
||||
FROM ad5001/ubuntu-pyside2-xvfb-wine:win7-5.15.2
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt install unzip nsis -y
|
||||
RUN apt clean
|
||||
# Installing tor
|
||||
RUN wget https://dist.torproject.org/torbrowser/9.5.4/tor-win64-0.4.3.6.zip \
|
||||
RUN wget https://dist.torproject.org/torbrowser/10.0.18/tor-win64-0.4.5.9.zip \
|
||||
&& ls -la \
|
||||
&& unzip tor-win64-0.4.3.6.zip -x Data/* \
|
||||
&& rm tor-win64-0.4.3.6.zip \
|
||||
&& unzip tor-win64-0.4.5.9.zip -x Data/* \
|
||||
&& rm tor-win64-0.4.5.9.zip \
|
||||
&& mv Tor /wine/drive_c/
|
||||
|
||||
RUN wine reg ADD "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment" /v PATH /f /t REG_EXPAND_SZ /d "C:\windows\system32;C:\windows;C:\windows\system32\wbem;C:\Tor"
|
||||
# Installing dependencies
|
||||
RUN pip install pyside2 packaging websocket-client pywin32 stem requests
|
||||
RUN pip install packaging websocket-client pywin32 stem requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue