Skip to content

Commit 8ad1116

Browse files
authored
ci: Add dependencies for Debian packages (#2436)
A few additional tools are required during Debian package generation.
1 parent 0a84707 commit 8ad1116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/ci/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ RUN apt-get update \
3838
&& apt-get install -y --no-install-recommends --no-install-suggests \
3939
clang-tidy-${LLVM_TOOLS_VERSION} \
4040
clang-tools-${LLVM_TOOLS_VERSION} \
41+
dpkg-dev \
42+
file \
4143
git \
4244
git-lfs \
4345
graphviz \

0 commit comments

Comments
 (0)