aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/