Skip to content

Commit efe6f7a

Browse files
authored
Merge pull request #139 from gu4xin1m/patch-1
Update Dockerfile
2 parents 9502b8c + 15aeec1 commit efe6f7a

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)