Skip to content

Commit

Permalink
docker: clean up python dependencies
Browse files Browse the repository at this point in the history
All required python dependencies should be part of camkes-deps (which
includes sel4-deps). If they are not, these packages should be updated.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Jul 11, 2024
1 parent 0484d72 commit 850646f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ RUN apt-get update -q \
python3-pyelftools \
&& apt-get clean autoclean \
&& apt-get autoremove --yes \
&& pip3 install setuptools \
&& pip3 install aenum sortedcontainers pyyaml pyaml future camkes-deps \
&& pip3 install setuptools camkes-deps \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/

# Init bundle dependencies
Expand Down

0 comments on commit 850646f

Please sign in to comment.