Skip to content

Commit

Permalink
trying to fix breaking build due to this poetry command
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrsenkow committed Jan 15, 2025
1 parent 4a1845e commit 6d87998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ FROM base
# This will ensure dependencies are cached
COPY poetry.lock pyproject.toml /$appname/
RUN poetry config virtualenvs.create false \
&& poetry install -vvv --no-root --without dev --no-interaction --no-root
&& poetry install -vv --no-root --without dev --no-interaction \
&& poetry show -v

# Install PostgreSQL libraries
RUN dnf install -y postgresql-libs
Expand Down

0 comments on commit 6d87998

Please sign in to comment.