mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
6 lines
124 B
Groff
6 lines
124 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
|