Skip to content

Commit

Permalink
* Add install build
Browse files Browse the repository at this point in the history
* Do not install ev-cli

Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jun 3, 2024
1 parent 355f3a8 commit 58337ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions docker/images/build-kit/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,8 @@ RUN python3 -m pip install \
py4j>=0.10.9.5 \
netifaces>=0.11.0 \
python-dateutil>=2.8.2 \
gcovr==5.0

# install ev-cli
ARG EVEREST_UTILS_VERSION=v0.2.3
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@${EVEREST_UTILS_VERSION}#subdirectory=ev-dev-tools
gcovr==5.0 \
build

# install edm
RUN python3 -m pip install git+https://github.com/EVerest/[email protected]#subdirectory=dependency_manager
Expand Down
7 changes: 2 additions & 5 deletions docker/images/build-kit/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ RUN python3 -m pip install \
py4j>=0.10.9.5 \
netifaces>=0.11.0 \
python-dateutil>=2.8.2 \
gcovr==5.0

# install ev-cli
ARG EVEREST_UTILS_VERSION=v0.2.3
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@${EVEREST_UTILS_VERSION}#subdirectory=ev-dev-tools
gcovr==5.0 \
build

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

0 comments on commit 58337ed

Please sign in to comment.