Skip to content

Commit

Permalink
Fix local install in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Mar 9, 2024
1 parent a2d07e8 commit 7e64491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /tmp/input/
RUN find . | sort
RUN \
export PYTHONDONTWRITEBYTECODE=1; \
pip install -e .; \
python setup.py install; \
git machete --version; \
rm -rf /tmp/input/

Expand Down

0 comments on commit 7e64491

Please sign in to comment.