Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15aeec1

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 parent9502b8c commit15aeec1

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)

[8]ページ先頭

©2009-2025 Movatter.jp