Adding new packages to AccountFree files.
This commit is contained in:
parent
40cac8ddc0
commit
a3ce5b9023
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
FROM ad5001/ubuntu-pyside2-xvfb-wine:win7-5.14.1
|
||||
RUN apt-get update
|
||||
RUN apt install unzip nsis -y
|
||||
RUN apt install unzip nsis curl -y
|
||||
# Installing tor to not get the popup
|
||||
RUN wget https://dist.torproject.org/torbrowser/9.0.5/tor-win64-0.4.2.6.zip
|
||||
RUN unzip tor-win64-0.4.2.6.zip -x Data/*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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 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
|
||||
|
|
Loading…
Reference in a new issue