Install curl in aaf-certservice-api container
authorkjaniak <kornel.janiak@nokia.com>
Fri, 28 Feb 2020 11:06:11 +0000 (12:06 +0100)
committerkjaniak <kornel.janiak@nokia.com>
Fri, 28 Feb 2020 11:07:12 +0000 (12:07 +0100)
Issue-ID: AAF-996
Change-Id: I4c90a76a589ccad0062c3394307e6ad64295e69f
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
certService/Dockerfile

index 5060c6b..770dab9 100644 (file)
@@ -4,7 +4,7 @@ ARG VERSION=${version}
 
 RUN groupadd certService && useradd -g certService certService
 
-RUN apt-get update && apt-get install -y vim
+RUN apt-get update && apt-get install -y vim curl
 
 RUN chown -R certService:certService /var/log