2021-06-30 17:54:26 +00:00
|
|
|
FROM ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.2
|
2019-06-07 20:00:02 +00:00
|
|
|
|
2020-06-25 18:12:29 +00:00
|
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
2021-06-30 17:54:26 +00:00
|
|
|
|
2020-06-25 18:12:29 +00:00
|
|
|
ENV TZ=Europe/Paris
|
|
|
|
RUN apt-get update && apt-get upgrade -y
|
2021-08-12 20:14:12 +00:00
|
|
|
RUN apt-get -y install tor qml-module-qtqml-models2 qml-module-qtquick-controls python3-stdeb python-all python3-requests python3-stem rpm dh-python flatpak-builder snapcraft
|
2020-06-25 18:12:29 +00:00
|
|
|
RUN pip3 install packaging websocket-client
|