From 8906a3454860d20c7d418dece2eec1ba7dfdd266 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 27 Nov 2019 19:16:51 +0100 Subject: [PATCH] Updating stuff --- accountfree-build-img-wine/Dockerfile | 2 +- accountfree-build-img/Dockerfile | 6 +++--- ubuntu-pyside2-xvfb/Dockerfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/accountfree-build-img-wine/Dockerfile b/accountfree-build-img-wine/Dockerfile index e82231f..ddedfff 100644 --- a/accountfree-build-img-wine/Dockerfile +++ b/accountfree-build-img-wine/Dockerfile @@ -2,7 +2,7 @@ FROM ad5001/ubuntu-pyside2-xvfb-wine:win7-5.12.2 RUN apt-get update # Installing tor to not get the popup -RUN apt install unzip -y +RUN apt install unzip nsis -y RUN wget https://dist.torproject.org/torbrowser/8.0.7/tor-win32-0.3.5.8.zip RUN unzip tor-win32-0.3.5.8.zip -x Data/* RUN mv Tor /wine/drive_c/ diff --git a/accountfree-build-img/Dockerfile b/accountfree-build-img/Dockerfile index fa0760b..38959c2 100644 --- a/accountfree-build-img/Dockerfile +++ b/accountfree-build-img/Dockerfile @@ -1,5 +1,5 @@ -FROM ad5001/ubuntu-pyside2-xvfb:disco-5.12.2 +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 -RUN pip3 install psutil streamlink pyside2 packaging socksipy-branch torrequest websocket-client +RUN apt-get -y install tor qml-module-qtqml-models2 qml-module-qtquick-controls python3-stdeb python-all python3-requests python3-stem +RUN pip3 install pyside2 packaging socksipy-branch websocket-client diff --git a/ubuntu-pyside2-xvfb/Dockerfile b/ubuntu-pyside2-xvfb/Dockerfile index e88f341..87f66ce 100644 --- a/ubuntu-pyside2-xvfb/Dockerfile +++ b/ubuntu-pyside2-xvfb/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:disco +FROM ubuntu:eoan RUN apt-get update RUN apt-get -y install qt5-default make git python3-pip qml-module-qtquick-controls2 qml-module-qtmultimedia qml-module-qtgraphicaleffects qml-module-qtquick2 xvfb