6 lines
242 B
Text
6 lines
242 B
Text
|
FROM ad5001/ubuntu-pyside2-xvfb:disco-5.12.2
|
||
|
|
||
|
RUN apt-get update
|
||
|
RUN apt-get -y install tor qml-module-qtqml-models2 qml-module-qtquick-controls
|
||
|
RUN pip3 install psutil streamlink pyside2 packaging socksipy-branch torrequest websocket-client
|