Skip to content

Commit

Permalink
feat: Add didcommv2 extra to Dockerfile for builds
Browse files Browse the repository at this point in the history
It was requested in today's ACA-Pug by @PatStLouis to add the didcommv2
extra to the docker images that are built, and multiple people in the
call agreed with the idea. Myself included.

Signed-off-by: Colton Wolkins (Indicio work address) <colton@indicio.tech>
  • Loading branch information
TheTechmage committed Jun 11, 2024
1 parent b7073bb commit cd44785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM python:${python_version}-slim-bullseye AS main
ARG uid=1001
ARG user=aries
ARG acapy_version
ARG acapy_reqs=[askar,bbs]
ARG acapy_reqs=[askar,bbs,didcommv2]

ENV HOME="/home/$user" \
APP_ROOT="$HOME" \
Expand Down

0 comments on commit cd44785

Please sign in to comment.