File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 && \
Original file line number Diff line number Diff 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 && \
You can’t perform that action at this time.
0 commit comments