Skip to content

Commit

Permalink
fix: add dependecy to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
italojohnny committed Aug 23, 2024
1 parent 2eca4d9 commit 202e9e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/build_and_push.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ RUN $POETRY_HOME/bin/poetry lock --no-update \
# do not install dev dependencies \
&& $POETRY_HOME/bin/poetry install --without dev --sync -E deploy -E couchbase -E cassio \
&& $POETRY_HOME/bin/poetry build -f wheel \
&& $POETRY_HOME/bin/poetry run pip install dist/*.whl
&& $POETRY_HOME/bin/poetry run pip install dist/*.whl \
&& $POETRY_HOME/bin/poetry add psycopg2-binary

################################
# RUNTIME
Expand Down

0 comments on commit 202e9e3

Please sign in to comment.