aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-08-25 13:26:20 +0100
committerGravatar Joe Banks <[email protected]>2020-08-25 13:26:20 +0100
commitc19f5b7bb82a452797dcc715341b5012119c91a2 (patch)
tree12c00facdb82c28a7cdcf4eea49e3a29a7f512f5
parentGitHub Deployment action (diff)
Install poetry in container
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index d1fa475..a4cf1d2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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/