1
0
mirror of https://github.com/balkian/balkian-pyproject.git synced 2025-03-12 17:46:57 +00:00

6 lines
76 B
Docker
Raw Normal View History

2017-01-10 14:06:51 +01:00
{% raw %}
from python:{{PYVERSION}}-onbuild
RUN pip install .
{% endraw %}