We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273679c commit 7f02569Copy full SHA for 7f02569
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:1.12.7-alpine
2
COPY . /opt/osint
3
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 \
+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 \
5
&& wget https://bootstrap.pypa.io/get-pip.py -O- | python2.7 \
6
&& wget https://bootstrap.pypa.io/get-pip.py -O- | python3.7 \
7
&& 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