We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9502b8c + 15aeec1 commit efe6f7aCopy full SHA for efe6f7a
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