Dockerfile: added git 02/8102/1 v6.0 v7.0 v7.0.0 v7.1.0rc1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 29 Oct 2019 15:35:16 +0000 (16:35 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 29 Oct 2019 15:35:22 +0000 (16:35 +0100)
git is required for CICD, specifically for devops/tools/generatechangelog-pipeline.sh

Change-Id: If30ea27fb2058bbcc450aa1ee2b45385839be8df
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Dockerfile

index b740f2a..2760e73 100644 (file)
@@ -17,7 +17,7 @@
 
 FROM ubuntu:18.04
 
-RUN apt-get update && apt-get install -y build-essential nodejs npm
+RUN apt-get update && apt-get install -y git build-essential nodejs npm
 RUN npm install -g swagger-cli
 RUN npm install -g speccy