Remove make install from the test docker building
[ric-plt/dbaas.git] / docker / Dockerfile.redis
index e3969dd..d97625b 100644 (file)
@@ -58,8 +58,7 @@ RUN ./autogen.sh && \
 
 RUN ./autogen.sh && \
     ./configure --disable-unit-test-memcheck && \
-    make test && \
-    make install
+    make test
 
 FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-alpine3:12-a3.11 as build-env