mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-22 23:09:11 +00:00
added line to record current version number in /version
This commit is contained in:
parent
8d562ed2e6
commit
a5a53c30de
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ RUN apk add --no-cache git libevent-dev openssl-dev gcc make automake ca-cer
|
|||
git clone https://git.torproject.org/tor.git /usr/local/src/tor && \
|
||||
cd /usr/local/src/tor && \
|
||||
git checkout $(git branch -a | grep 'release' | sort -V | tail -1) && \
|
||||
head ReleaseNotes | grep version | awk -F"version" '{print $2}' | grep - | awk '{ print $1 }' > /version && \
|
||||
./autogen.sh && \
|
||||
./configure \
|
||||
--disable-asciidoc \
|
||||
|
|
Loading…
Add table
Reference in a new issue