Add buildman and test to the docker build script

This commit is contained in:
Matt Jibson 2015-08-18 13:47:16 -04:00
parent 3f6f5162e8
commit 72c21a98e8
3 changed files with 62 additions and 9 deletions

2
dev.df
View file

@ -18,4 +18,4 @@ RUN venv/bin/pip install -r requirements.txt
WORKDIR /src/quay
ENV PYTHONPATH=/
ENV PATH=$PATH:/venv/bin
ENV PATH=/venv/bin:$PATH