Skip to content

Commit

Permalink
fix mistake (robusta-dev#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiGlinik authored May 16, 2022
1 parent a4957fb commit 8b9fc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN /root/.local/bin/poetry install --no-root --extras "all"

COPY src/ /app/src

RUN pip3 install .
# Install tabulate version that fixes column width wrapping. Cannot be added to pypi as a git dependency, so adding it here
RUN pip3 install git+https://github.com/astanin/python-tabulate.git@b2c26bcb70e497f674b38aa7e29de12c0123708a#egg=tabulate

Expand Down

0 comments on commit 8b9fc2c

Please sign in to comment.