Merge pull request #21 from macropin/master
Dockerfile for hub automated build
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:2.7-alpine
|
||||
|
||||
ADD requirements-build.txt /
|
||||
|
||||
RUN pip install -r /requirements-build.txt
|
||||
|
||||
ADD registry.py /
|
||||
|
||||
ENTRYPOINT ["/registry.py"]
|
||||
5
requirements-build.txt
Normal file
5
requirements-build.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
certifi==2017.7.27.1
|
||||
chardet==3.0.4
|
||||
idna==2.5
|
||||
requests==2.18.3
|
||||
urllib3==1.22
|
||||
Reference in New Issue
Block a user