Skip to content

Commit

Permalink
extra args for poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed May 14, 2024
1 parent bb5abf6 commit 5613606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_parse() -> None:
RUN poetry -V
RUN cd /app && poetry install --no-interaction --no-ansi
RUN cd /app && poetry install --no-interaction --no-ansi -E ext
FROM python:3.11-slim-buster as runtime
Expand Down
2 changes: 1 addition & 1 deletion tests/test_project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ports = ["5001"]
apt-packages = ["curl"]
extra-runtime-instructions = ["RUN echo 'Hello from Dockerfile' > /tmp/hello.txt"]
extra-build-instructions = ["RUN poetry -V"]
build-poetry-install-args = ["-E ", "ext"]
build-poetry-install-args = ["-E", "ext"]

0 comments on commit 5613606

Please sign in to comment.