From 6b466f3c7235204ab3f20052ef98b6953ab738a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Jim=C3=A9nez?= <39047733+ejimsan@users.noreply.github.com> Date: Sun, 5 Jan 2025 21:55:43 +0100 Subject: [PATCH] Replace --no-dev by --only main --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c6d2cb9e..b25c2149b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /usr/src/ebl COPY pyproject.toml ./ COPY poetry.* ./ -RUN poetry install --no-root --no-dev +RUN poetry install --no-root --only main COPY ./ebl ./ebl