Adding new required packages.

This commit is contained in:
Adsooi 2021-08-12 20:46:52 +02:00
commit 2d1f741831
Signed by: Ad5001
GPG key ID: 7251B1AF90B960F9
6 changed files with 152 additions and 57 deletions
accountfree-build-img

View file

@ -1,5 +1,8 @@
FROM ad5001/ubuntu-pyside2-xvfb:eoan-5.13.2
FROM ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.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 flatpak-builder
RUN pip3 install pyside2 packaging socksipy-branch websocket-client
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Paris
RUN apt-get update && apt-get upgrade -y
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
RUN pip3 install packaging websocket-client