Skip to content

Commit

Permalink
shooting in the dark
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-ranger committed Jul 17, 2024
1 parent fa4f4d8 commit 80afa20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ RUN apk --update add \
python3 \
ruby \
ruby-rake \
&& echo $HOME \
&& python3 -m venv /python/conan \
&& . /python/conan/bin/activate \
&& PIP_ROOT_USER_ACTION='ignore' pip install conan
Expand All @@ -82,6 +83,7 @@ RUN if [ -z "$WITH_TESTS" ] || [ "$WITH_TESTS" = "false" ]; then \
else \
WITH_TESTS_ARG=""; \
fi \
&& conan install . --update \
&& . /python/conan/bin/activate \
&& conan profile detect \
&& conan create cppagent \
Expand Down

0 comments on commit 80afa20

Please sign in to comment.