Fore re-run apt update on accountfree images.

This commit is contained in:
Adsooi 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 \