Updating files.

This commit is contained in:
Adsooi 2022-05-12 02:12:16 +02:00
parent ca88addbe0
commit 57021a5fb6
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
5 changed files with 10 additions and 98 deletions

View file

@ -4,7 +4,7 @@ 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 \
RUN wget https://dist.torproject.org/torbrowser/10.5.4/tor-win64-0.4.5.9.zip \
&& ls -la \
&& unzip tor-win64-0.4.5.9.zip -x Data/* \
&& rm tor-win64-0.4.5.9.zip \