Update docker file to run UTs to produce cpputest logs
[ric-plt/dbaas.git] / docker / Dockerfile.redis
index 092e219..e3969dd 100644 (file)
@@ -56,6 +56,10 @@ RUN ./autogen.sh && \
     ./configure && \
     make test
 
+RUN ./autogen.sh && \
+    ./configure --disable-unit-test-memcheck && \
+    make test && \
+    make install
 
 FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-alpine3:12-a3.11 as build-env