You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
216 B
Groff

from python:3.4
RUN pip install pytest
ADD requirements.txt /usr/src/app/
RUN pip install -r /usr/src/app/requirements.txt
ADD dev-requirements.txt /usr/src/app/
RUN pip install -r /usr/src/app/dev-requirements.txt