Fore re-run apt update on accountfree images.

This commit is contained in:
Ad5001 2021-08-12 22:18:35 +02:00
parent 7c643681ce
commit ca88addbe0
Signed by: Ad5001
GPG key ID: 7251B1AF90B960F9
2 changed files with 4 additions and 4 deletions

View file

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

View file

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