Updating stuff
This commit is contained in:
parent
8c9f5a144b
commit
8906a34548
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ FROM ad5001/ubuntu-pyside2-xvfb-wine:win7-5.12.2
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
# Installing tor to not get the popup
|
# Installing tor to not get the popup
|
||||||
RUN apt install unzip -y
|
RUN apt install unzip nsis -y
|
||||||
RUN wget https://dist.torproject.org/torbrowser/8.0.7/tor-win32-0.3.5.8.zip
|
RUN wget https://dist.torproject.org/torbrowser/8.0.7/tor-win32-0.3.5.8.zip
|
||||||
RUN unzip tor-win32-0.3.5.8.zip -x Data/*
|
RUN unzip tor-win32-0.3.5.8.zip -x Data/*
|
||||||
RUN mv Tor /wine/drive_c/
|
RUN mv Tor /wine/drive_c/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM ad5001/ubuntu-pyside2-xvfb:disco-5.12.2
|
FROM ad5001/ubuntu-pyside2-xvfb:eoan-5.13.2
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install tor qml-module-qtqml-models2 qml-module-qtquick-controls python3-stdeb python-all
|
RUN apt-get -y install tor qml-module-qtqml-models2 qml-module-qtquick-controls python3-stdeb python-all python3-requests python3-stem
|
||||||
RUN pip3 install psutil streamlink pyside2 packaging socksipy-branch torrequest websocket-client
|
RUN pip3 install pyside2 packaging socksipy-branch websocket-client
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:disco
|
FROM ubuntu:eoan
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install qt5-default make git python3-pip qml-module-qtquick-controls2 qml-module-qtmultimedia qml-module-qtgraphicaleffects qml-module-qtquick2 xvfb
|
RUN apt-get -y install qt5-default make git python3-pip qml-module-qtquick-controls2 qml-module-qtmultimedia qml-module-qtgraphicaleffects qml-module-qtquick2 xvfb
|
||||||
|
|
Loading…
Reference in a new issue