Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 15aeec1

Browse files
authoredSep 29, 2023
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

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.