tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 7bdbd870e86f708c372f507a0da7772e896ddeb9
parent 72bf4be70dde4d29632873e30c15e9225d6a7c39
Author: Hiro <me@hiro7.eu>
Date:   Wed, 16 Aug 2017 18:11:55 +0000

Update .gitlab-ci.yml
Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,7 +1,7 @@ before_script: - "apt-get update -qq" - "apt-get upgrade -y" - - "apt-get install -y --fix-missing git openssh-client wget gcc g++ automake cmake make libglib2.0 libglib2.0-dev libigraph0 libigraph0-dev libevent-dev openssl libssl-dev" + - "apt-get install -y --fix-missing git openssh-client asciidoc-base wget gcc g++ automake cmake make libglib2.0 libglib2.0-dev libigraph0 libigraph0-dev libevent-dev openssl libssl-dev" # Run ssh-agent (inside the build environment) - eval $(ssh-agent -s)