Compare commits

...

1 Commits
trunk ... trunk

Author SHA1 Message Date
tibthink 0c859301d2 Update 'docker/Dockerfile' 2022-04-10 03:50:24 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN apk --no-cache add --update \
zlib-dev \
zstd \
zstd-dev \
git \
&& wget -q https://dist.torproject.org/tor-0.4.6.6.tar.gz \
&& tar xf tor-0.4.6.6.tar.gz \
&& cd tor-0.4.6.6 \