Skip to content

Commit

Permalink
bump ev-cli
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed May 13, 2024
1 parent 16c6ed9 commit 308f690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/images/build-kit/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ RUN python3 -m pip install \
gcovr==5.0

# install ev-cli
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@81c4018fdda4e9d6224e42a07174dc4f68513c8e#subdirectory=ev-dev-tools
ARG GIT_VERSION=2adb9542cac28b72765a5edc0cc5569c93fa9c5f
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@${GIT_VERSION}#subdirectory=ev-dev-tools

# install edm
RUN python3 -m pip install git+https://github.com/EVerest/[email protected]#subdirectory=dependency_manager
Expand Down

0 comments on commit 308f690

Please sign in to comment.