From: Timo Tietavainen Date: Thu, 26 Nov 2020 16:30:25 +0000 (+0200) Subject: Remove make install from the test docker building X-Git-Tag: 0.5.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=500140607e04314dfc739b106a825707f14ac0fa;p=ric-plt%2Fdbaas.git Remove make install from the test docker building Signed-off-by: Timo Tietavainen Change-Id: I88f3cc9b6cc139c03bec70f41dff70b1c70a0824 --- diff --git a/docker/Dockerfile.redis b/docker/Dockerfile.redis index e3969dd..d97625b 100644 --- a/docker/Dockerfile.redis +++ b/docker/Dockerfile.redis @@ -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