Skip to content

Commit fc721b5

Browse files
committed
dockerfile: add file for coverity
The coverity tool chains depends on file being present. Signed-off-by: Daniel Wagner <[email protected]>
1 parent e931647 commit fc721b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.debian.python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && \
1010
apt-get install --no-install-recommends -y \
1111
meson gcc g++ clang pkg-config git valgrind \
1212
libjson-c-dev libssl-dev libkeyutils-dev libdbus-1-dev libpython3-dev \
13-
pipx python3-dev swig xz-utils lcov gnupg curl && \
13+
pipx python3-dev swig xz-utils lcov gnupg curl file && \
1414
apt-get update && \
1515
apt-get clean && \
1616
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)