diff --git a/.Dockerfile.kate-swp b/.Dockerfile.kate-swp deleted file mode 100644 index 4f04fe0..0000000 Binary files a/.Dockerfile.kate-swp and /dev/null differ diff --git a/accountfree-build-img-wine/Dockerfile b/accountfree-build-img-wine/Dockerfile index a1a92e7..04be32a 100644 --- a/accountfree-build-img-wine/Dockerfile +++ b/accountfree-build-img-wine/Dockerfile @@ -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/* diff --git a/accountfree-build-img/Dockerfile b/accountfree-build-img/Dockerfile index 38959c2..190db11 100644 --- a/accountfree-build-img/Dockerfile +++ b/accountfree-build-img/Dockerfile @@ -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