1
0
mirror of https://github.com/balkian/balkian-pyproject.git synced 2025-09-02 15:52:21 +00:00

First commit

This commit is contained in:
J. Fernando Sánchez
2017-01-10 14:06:51 +01:00
commit a74f09e5e9
24 changed files with 908 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{% raw %}
from python:{{PYVERSION}}-onbuild
RUN pip install .
{% endraw %}