From ca88addbe0933cdc799ab7dd5dc371d5f0857748 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 12 Aug 2021 22:18:35 +0200 Subject: [PATCH] Fore re-run apt update on accountfree images. --- accountfree-build-img-wine/Dockerfile | 4 ++-- accountfree-build-img/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/accountfree-build-img-wine/Dockerfile b/accountfree-build-img-wine/Dockerfile index daed11a..024e295 100644 --- a/accountfree-build-img-wine/Dockerfile +++ b/accountfree-build-img-wine/Dockerfile @@ -1,7 +1,7 @@ FROM ad5001/ubuntu-pyside2-xvfb-wine:win7-5.15.2 -RUN apt-get update -RUN apt install unzip nsis curl -y +RUN apt-get update \ + && apt install unzip nsis curl -y RUN apt clean # Installing tor RUN wget https://dist.torproject.org/torbrowser/10.0.18/tor-win64-0.4.5.9.zip \ diff --git a/accountfree-build-img/Dockerfile b/accountfree-build-img/Dockerfile index f1948af..119ffc1 100644 --- a/accountfree-build-img/Dockerfile +++ b/accountfree-build-img/Dockerfile @@ -3,6 +3,6 @@ FROM ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.2 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 snapcraft +RUN apt-get update && apt-get upgrade -y \ + && 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 snapcraft RUN pip3 install packaging websocket-client