Skip to content

Commit 15aeec1

Browse files
authored
Update Dockerfile
Fixing the dependency error. Certifi's last python 2.7 release is 2020.04.5, otherwise the docker run command will raise a error.
1 parent 9502b8c commit 15aeec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎docker/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ WORKDIR /root/NoSqlMap
1010

1111
RUN python setup.py install
1212

13+
RUN python -m pip install requests 'certifi<=2020.4.5.1'
14+
1315
COPY entrypoint.sh /tmp/entrypoint.sh
1416
RUN chmod +x /tmp/entrypoint.sh
1517

0 commit comments

Comments
 (0)