5 lines
267 B
Docker
5 lines
267 B
Docker
FROM ad5001/ubuntu-pyside2-xvfb:eoan-5.13.2
|
|
|
|
RUN apt-get update
|
|
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 pyside2 packaging socksipy-branch websocket-client
|