Skip to content

Commit

Permalink
Add clang-tools-extra to Dockerfile dependencies
Browse files Browse the repository at this point in the history
The clang-tools-extra package was added to the Dockerfile to provide additional clang tools that can assist in development and debugging. This ensures a more complete and robust development environment.
  • Loading branch information
matthew-mccall committed Jan 14, 2025
1 parent b96e0bd commit 6991c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN dnf install -y make \
gcc-c++ \
gdb \
clang \
clang-tools-extra \
cmake \
rsync \
tar \
Expand Down

0 comments on commit 6991c7f

Please sign in to comment.