Updating stuff

This commit is contained in:
Ad5001 2019-11-27 19:16:51 +01:00
parent 8c9f5a144b
commit 8906a34548
3 changed files with 5 additions and 5 deletions

View file

@ -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/

View file

@ -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

View file

@ -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