Skip to content

Commit

Permalink
remove deprecated build (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiGlinik authored May 15, 2022
1 parent fb01629 commit 5ad1ce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN /root/.local/bin/poetry install --no-root --extras "all"

COPY src/ /app/src

RUN pip3 install --use-feature=in-tree-build .
# 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 5ad1ce1

Please sign in to comment.