Add documentation files
[ric-plt/dbaas.git] / docker / Dockerfile.redis
index 00bf03f..aa77c42 100644 (file)
@@ -13,8 +13,7 @@
 #   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
-
+FROM nexus3.o-ran-sc.org:10004/bldr-alpine3:6-a3.9-nng as build-env
 
 COPY ./redismodule /redismodule
 WORKDIR /redismodule
@@ -24,5 +23,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