Adding new required packages.
This commit is contained in:
commit
2d1f741831
6 changed files with 152 additions and 57 deletions
accountfree-build-img
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue