brewman-docker/web/Dockerfile

9 lines
159 B
Docker
Raw Normal View History

2016-01-30 04:25:16 +00:00
FROM python:3
MAINTAINER tanshu
ENV PYTHONUNBUFFERED 1
RUN git clone http://git.tanshu.com/tanshu/brewman.git \
&& pip install -r brewman/requirements.txt