From 7244c908edd4aa392e65d820c90845323918b47b Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Fri, 21 Feb 2020 15:49:34 +0100 Subject: Added actuator for refreshing configuration Cloud-config dependency is provided Event listener introduced to handle refresh call Refresh endpoint exposed Fixed docker-compose to start locally and use build images Update repositories for docker image and install vim on it Issue-ID: AAF-997 Signed-off-by: Tomasz Golabek Change-Id: Iee005518c901dad7730c5f48c410ec89850f1425 --- certService/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'certService/Dockerfile') diff --git a/certService/Dockerfile b/certService/Dockerfile index 4bb1bf6e..5060c6bf 100644 --- a/certService/Dockerfile +++ b/certService/Dockerfile @@ -4,6 +4,8 @@ ARG VERSION=${version} RUN groupadd certService && useradd -g certService certService +RUN apt-get update && apt-get install -y vim + RUN chown -R certService:certService /var/log USER certService:certService -- cgit 1.2.3-korg