Include curl in dbaas docker image 61/961/1
authorMarco Tallskog <marco.tallskog@nokia.com>
Tue, 17 Sep 2019 06:46:53 +0000 (09:46 +0300)
committerMarco Tallskog <marco.tallskog@nokia.com>
Tue, 17 Sep 2019 06:49:34 +0000 (09:49 +0300)
Add the curl tool to docker image to facilitate trouble-shooting.

Change-Id: I0e06aecc0c5c16bb2af9540ccfcf05d7adefa7cf
Signed-off-by: Marco Tallskog <marco.tallskog@nokia.com>
container-tag.yaml
docker/Dockerfile.redis

index 5775dfa..dfa47f5 100644 (file)
@@ -2,4 +2,4 @@
 # This file is expected to be in the docker build directory;
 # can be moved with suitable JJB configuration.
 ---
-tag: '0.2.0'
+tag: '0.2.1'
index 00bf03f..03abab5 100644 (file)
@@ -24,5 +24,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