Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm committed May 16, 2024
1 parent 308f690 commit 4fb5f7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/images/build-kit/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ RUN python3 -m pip install \
gcovr==5.0

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

# install edm
RUN python3 -m pip install git+https://github.com/EVerest/everest-dev-environment@v0.5.5#subdirectory=dependency_manager
Expand Down
3 changes: 2 additions & 1 deletion docker/images/build-kit/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ RUN python3 -m pip install \
gcovr==5.0

# install ev-cli
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@4a5ce956722929325cef3c2d73a8919c6d2e4013#subdirectory=ev-dev-tools
ARG EV_CLI_VERSION=v0.2.3
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@${EV_CLI_VERSION}#subdirectory=ev-dev-tools

# install edm
RUN python3 -m pip install git+https://github.com/EVerest/everest-dev-environment@v0.5.5#subdirectory=dependency_manager
Expand Down

0 comments on commit 4fb5f7c

Please sign in to comment.