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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy