ci: Add dependencies for Debian packages (#2436)

A few additional tools are required during Debian package generation.
This commit is contained in:
Michael Legleux
2025-08-14 11:07:46 -07:00
committed by GitHub
parent 0a8470758d
commit 8ad111655c

View File

@@ -38,6 +38,8 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
clang-tidy-${LLVM_TOOLS_VERSION} \
clang-tools-${LLVM_TOOLS_VERSION} \
dpkg-dev \
file \
git \
git-lfs \
graphviz \