Update 'docker/Dockerfile'

This commit is contained in:
tibthink 2022-04-10 03:50:24 +00:00
parent 622a3f8db8
commit 0c859301d2
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 \