Remove make install from the test docker building 76/5176/1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 26 Nov 2020 16:30:25 +0000 (18:30 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 26 Nov 2020 16:30:25 +0000 (18:30 +0200)
Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I88f3cc9b6cc139c03bec70f41dff70b1c70a0824

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