1
0
mirror of https://github.com/balkian/balkian-pyproject.git synced 2025-03-12 09:46:57 +00:00
J. Fernando Sánchez a74f09e5e9 First commit
2017-01-10 14:06:51 +01:00

6 lines
76 B
Docker

{% raw %}
from python:{{PYVERSION}}-onbuild
RUN pip install .
{% endraw %}