Skip to content

Commit 7f02569

Browse files
committed
🎉 Add Tor daemon for karma using pwndb
1 parent 273679c commit 7f02569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.12.7-alpine
22
COPY . /opt/osint
33
WORKDIR /workspace
4-
RUN apk update && apk add python2 python3 git bash gcc g++ libxslt-dev freetds-dev python3-dev python2-dev openssl-dev musl-dev libffi-dev \
4+
RUN apk update && apk add tor python2 python3 git bash gcc g++ libxslt-dev freetds-dev python3-dev python2-dev openssl-dev musl-dev libffi-dev \
55
&& wget https://bootstrap.pypa.io/get-pip.py -O- | python2.7 \
66
&& wget https://bootstrap.pypa.io/get-pip.py -O- | python3.7 \
77
&& wget -O /opt/osint/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz \

0 commit comments

Comments
 (0)