Skip to content

Commit

Permalink
Merge pull request #139 from gu4xin1m/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
codingo committed Dec 3, 2023
2 parents 9502b8c + 15aeec1 commit efe6f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ WORKDIR /root/NoSqlMap

RUN python setup.py install

RUN python -m pip install requests 'certifi<=2020.4.5.1'

COPY entrypoint.sh /tmp/entrypoint.sh
RUN chmod +x /tmp/entrypoint.sh

Expand Down

0 comments on commit efe6f7a

Please sign in to comment.