Skip to content

Commit

Permalink
feat(docker): Add llvm, clang and linker
Browse files Browse the repository at this point in the history
Signed-off-by: David Cerdeira <[email protected]>
  • Loading branch information
DavidMCerdeira committed Jul 26, 2024
1 parent 48d8a18 commit f8006ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ RUN apt-get update && apt-get install -y \
vim \
nano \
device-tree-compiler \
gawk
gawk \
llvm \
clang \
ldd

# Install python packages
RUN pip3 install \
Expand Down

0 comments on commit f8006ff

Please sign in to comment.