diff options
| author | 2020-08-25 13:26:20 +0100 | |
|---|---|---|
| committer | 2020-08-25 13:26:20 +0100 | |
| commit | c19f5b7bb82a452797dcc715341b5012119c91a2 (patch) | |
| tree | 12c00facdb82c28a7cdcf4eea49e3a29a7f512f5 | |
| parent | GitHub Deployment action (diff) | |
Install poetry in container
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ ENV PYTHONFAULTHANDLER=1 \ PIP_DISABLE_PIP_VERSION_CHECK=on \ PIP_DEFAULT_TIMEOUT=100 +RUN pip install poetry + WORKDIR /metricity COPY poetry.lock pyproject.toml /metricity/ |