Skip to content

Commit

Permalink
Fix reference in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Costanzo <[email protected]>
  • Loading branch information
ianco committed Jul 5, 2019
1 parent e5d2711 commit b08d545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tob-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM aries-agent

RUN pip3 install --no-cache-dir -e "git+https://github.com/ianco/indy-catalyst.git@refactoring#egg=subdir&subdirectory=credential-registry/message_families/issuer_registration"
RUN pip3 install --no-cache-dir -e "git+https://github.com/bcgov/indy-catalyst.git@refactoring#egg=subdir&subdirectory=credential-registry/message_families/issuer_registration"

ENTRYPOINT ["/bin/bash", "-c", "icatagent \"$@\"", "--"]

0 comments on commit b08d545

Please sign in to comment.