FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NoSQLMap/Dockerfile at master · codingo/NoSQLMap · GitHub
codingo
/
NoSQLMap
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
627
Star
3.3k
Code
Issues
0
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
NoSQLMap
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (11 loc) · 461 Bytes
Breadcrumbs
NoSQLMap
/
Dockerfile
Copy path
File metadata and controls
17 lines (11 loc) · 461 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM
python:2.7-alpine
RUN
echo
'http://dl-cdn.alpinelinux.org/alpine/v3.9/main'
>> /etc/apk/repositories
RUN
echo
'http://dl-cdn.alpinelinux.org/alpine/v3.9/community'
>> /etc/apk/repositories
RUN
apk update && apk add mongodb git
WORKDIR
/work
COPY
. /work
RUN
python setup.py install
RUN
python -m pip install
'requests<2.28'
'certifi<=2020.4.5.1'
COPY
entrypoint.sh /tmp/entrypoint.sh
RUN
chmod +x /tmp/entrypoint.sh
ENTRYPOINT
[
"/tmp/entrypoint.sh"
]
Back
|
FazBrowse Home
|
New Git URL