We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0f8b6a + c1ef34c commit cc2d562Copy full SHA for cc2d562
Dockerfile
@@ -29,7 +29,7 @@ ADD . /tmp/opt-cpp-backend
29
30
# we need to compile Valgrind from scratch within the container (hence
31
# 'make clean' first) to make it work from within the container, ergh
32
-RUN cd /tmp/opt-cpp-backend/valgrind-3.11.0 && make clean && ./autogen.sh && ./configure --prefix=`pwd`/inst && make && make install
+RUN cd /tmp/opt-cpp-backend/valgrind-3.11.0 && ./autogen.sh && ./configure --prefix=`pwd`/inst && make && make install
33
34
RUN useradd netuser
35
0 commit comments