mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
add Dockerfile to git!
This commit is contained in:
parent
a5696fc2d4
commit
498f87fb54
20
Dockerfile
Normal file
20
Dockerfile
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
FROM python:3.5.1
|
||||||
|
|
||||||
|
RUN pip install gevent uwsgi bottle urllib3 youtube-dl
|
||||||
|
|
||||||
|
RUN pip install git+https://github.com/ikreymer/pywb.git@develop#egg=pywb-0.31.5
|
||||||
|
|
||||||
|
RUN pip install git+https://github.com/t0m/pyamf.git@python3
|
||||||
|
|
||||||
|
RUN pip install boto
|
||||||
|
|
||||||
|
ADD . /webrecore/
|
||||||
|
WORKDIR /webrecore/
|
||||||
|
|
||||||
|
RUN pip install -e ./
|
||||||
|
|
||||||
|
RUN useradd -ms /bin/bash apprun
|
||||||
|
|
||||||
|
USER apprun
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user