1 parent 9502b8c commit 15aeec1Copy full SHA for 15aeec1
docker/Dockerfile
@@ -10,6 +10,8 @@ WORKDIR /root/NoSqlMap
10
11
RUN python setup.py install
12
13
+RUN python -m pip install requests 'certifi<=2020.4.5.1'
14
+
15
COPY entrypoint.sh /tmp/entrypoint.sh
16
RUN chmod +x /tmp/entrypoint.sh
17
0 commit comments