releasing the 0.1.0 version container (non HA)
[ric-plt/dbaas.git] / docker / Dockerfile.redis
index 00bf03f..98d4c26 100644 (file)
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-FROM nexus3.o-ran-sc.org:10004/bldr-alpine3:5-a3.9 as build-env
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
 
+FROM nexus3.o-ran-sc.org:10004/bldr-alpine3:6-a3.9-nng as build-env
 
 COPY ./redismodule /redismodule
 WORKDIR /redismodule
@@ -24,5 +28,6 @@ RUN ./autogen.sh && \
 
 FROM redis:5.0.5-alpine3.9
 
+RUN apk add curl
 COPY --from=build-env /usr/local/libexec/redismodule/libredismodule.so /usr/local/libexec/redismodule/libredismodule.so
 WORKDIR /data