1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

adds valgrind support for amd64 architectures

This commit is contained in:
nosamad
2019-03-23 18:16:31 +01:00
parent 7d1632df25
commit 2f8d2a8724
4 changed files with 20 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ RUN set -x \
cmake \
ninja-build \
pkg-config \
valgrind \
&& rm -rf /var/lib/apt/lists/*
COPY src /usr/local/src