Skip to content

Commit

Permalink
feat: update anoncreds-rs build
Browse files Browse the repository at this point in the history
Signed-off-by: Char Howland <char@indicio.tech>
  • Loading branch information
cjhowland committed May 5, 2023
1 parent 2736000 commit 6c9dc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.run
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pip3 install --no-cache-dir \
-r requirements.bbs.txt \
-r requirements.dev.txt \
-r requirements.anoncreds.txt
RUN curl -sL https://github.com/Indicio-tech/anoncreds-rs/releases/download/v0.1.0-dev.9/library-linux-x86_64.tar.gz | tar -xz -C /usr/local/lib/python3.9/site-packages/anoncreds/
RUN curl -sL https://github.com/hyperledger/anoncreds-rs/releases/download/v0.1.0-dev.15/library-linux-x86_64.tar.gz | tar -xz -C /usr/local/lib/python3.9/site-packages/anoncreds/

RUN mkdir aries_cloudagent && touch aries_cloudagent/__init__.py
ADD aries_cloudagent/version.py aries_cloudagent/version.py
Expand Down
2 changes: 1 addition & 1 deletion requirements.anoncreds.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
anoncreds@git+https://github.com/indicio-tech/anoncreds-rs@feature/python-rev-status-lists#subdirectory=wrappers/python
anoncreds@git+https://github.com/hyperledger/anoncreds-rs@3eca56d#subdirectory=wrappers/python

0 comments on commit 6c9dc1a

Please sign in to comment.