Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ RUN apt-get update \
# Install pycryptodome package needed for scratchpad image generation
RUN pip3 install pycryptodome==3.16.0

# Tool to generate clang's "compile_command.json" for make-based projects
RUN pip3 install compiledb==0.10.1

WORKDIR /home/${user}

# Install Arm compiler
Expand Down