From cd44785187a6ee3577d37e02106b1b957d3956c7 Mon Sep 17 00:00:00 2001 From: "Colton Wolkins (Indicio work address)" Date: Tue, 11 Jun 2024 09:20:58 -0600 Subject: [PATCH] feat: Add didcommv2 extra to Dockerfile for builds 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) --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index aa75487b65..3b485b39ec 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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" \