8 lines
343 B
Docker
8 lines
343 B
Docker
FROM ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.2
|
|
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
|
|
|
ENV TZ=Europe/Paris
|
|
RUN apt-get update && apt-get upgrade -y \
|
|
&& apt-get -y install tor qml-module-qtqml-models2 qml-module-qtquick-controls python3-stdeb python-all python3-requests python3-stem rpm dh-python
|
|
RUN pip3 install packaging websocket-client
|