Skip to content

Commit d475adb

Browse files
committed
dockerfile: add valgrind to debian containters
Signed-off-by: Daniel Wagner <[email protected]>
1 parent 4e6916c commit d475adb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && \
99
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
1010
apt-get install --no-install-recommends -y \
1111
python3-setuptools python3-openssl \
12-
make meson gcc g++ clang pkg-config \
12+
make meson gcc g++ clang pkg-config valgrind \
1313
libjson-c-dev libssl-dev libkeyutils-dev libdbus-1-dev swig xz-utils \
1414
ca-certificates git libcurl4 libarchive13 \
1515
python3-sphinx asciidoc xmlto curl && \

Dockerfile.debian.python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && \
88
apt-get install -y locales tzdata && \
99
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
1010
apt-get install --no-install-recommends -y \
11-
meson gcc g++ clang pkg-config git \
11+
meson gcc g++ clang pkg-config git valgrind \
1212
libjson-c-dev libssl-dev libkeyutils-dev libdbus-1-dev libpython3-dev \
1313
pipx python3-dev swig xz-utils lcov gnupg curl && \
1414
apt-get update && \

0 commit comments

Comments
 (0)