Skip to content

Commit

Permalink
verbose poetry install flag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrsenkow committed Jan 10, 2025
1 parent 6abe669 commit 7189130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ FROM base
# This will ensure dependencies are cached
COPY poetry.lock pyproject.toml /$appname/
RUN poetry config virtualenvs.create false \
&& poetry install -vv --no-root --without dev --no-interaction \
&& poetry show -v
&& poetry install -vvv --no-root --without dev --no-interaction

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

0 comments on commit 7189130

Please sign in to comment.