mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-22 23:09:11 +00:00
Merge pull request #7 from binfalse/install-latest-tor
install latest version of tor
This commit is contained in:
commit
d05d649be4
1 changed files with 1 additions and 2 deletions
|
@ -1,13 +1,12 @@
|
|||
FROM alpine
|
||||
|
||||
ENV HOME /var/lib/tor
|
||||
ENV TOR_VERSION 0.2.8.8
|
||||
|
||||
RUN apk add --no-cache git libevent-dev openssl-dev gcc make automake ca-certificates autoconf musl-dev && \
|
||||
mkdir -p /usr/local/src/ && \
|
||||
git clone https://git.torproject.org/tor.git /usr/local/src/tor && \
|
||||
cd /usr/local/src/tor && \
|
||||
git checkout tor-${TOR_VERSION} && \
|
||||
git checkout $(git tag | tail -1) && \
|
||||
./autogen.sh && \
|
||||
./configure \
|
||||
--disable-asciidoc \
|
||||
|
|
Loading…
Add table
Reference in a new issue