diff --git a/Dockerfile b/Dockerfile index 8484c62..385ca4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN pip3 install --no-cache --upgrade pip setuptools wheel COPY ./docker_context/poetry.lock . COPY ./docker_context/pyproject.toml . -RUN pip install poetry==1.1.11 +RUN pip3 install poetry==1.1.11 RUN poetry config virtualenvs.create false \ && poetry install --no-interaction --no-ansi