Skip to content

Commit

Permalink
Merge pull request #2584 from usingtechnology/issue-2582-indytestbuild
Browse files Browse the repository at this point in the history
Dockerfile.indy - Include aries_cloudagent code into build
  • Loading branch information
usingtechnology authored Nov 1, 2023
2 parents 37c4bc2 + 936a858 commit db50c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.indy
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,11 @@ WORKDIR /home/indy/src
RUN mkdir -p test-reports && chown -R indy:indy test-reports && chmod -R ug+rw test-reports

ADD ./README.md pyproject.toml ./poetry.lock ./
COPY ./aries_cloudagent/ ./aries_cloudagent/

USER root
RUN pip install --no-cache-dir poetry
RUN poetry install --no-root --no-directory -E "askar bbs indy"
RUN poetry install --compile -E "askar bbs indy"

ADD --chown=indy:root . .
USER indy
Expand Down

0 comments on commit db50c10

Please sign in to comment.