Skip to content

Commit

Permalink
Install with a method also supported by versioneer.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Apr 23, 2021
1 parent 2378fbb commit 6e54396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/releasing/packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ ARG CACHEBUST
ARG branch=develop

# Builds the precice python bindings for python3
RUN python3 -m pip install --user https://github.com/precice/python-bindings/archive/$branch.zip
RUN pip3 install --user git+https://github.com/precice/python-bindings.git@$branch

0 comments on commit 6e54396

Please sign in to comment.