From: garciadeblas Date: Tue, 29 Oct 2019 15:35:16 +0000 (+0100) Subject: Dockerfile: added git X-Git-Tag: v7.0.0 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FSOL005.git;a=commitdiff_plain;h=refs%2Ftags%2Fv7.0.0;hp=60c54db0480ca9a7257383bbc30385957a54d8f6 Dockerfile: added git git is required for CICD, specifically for devops/tools/generatechangelog-pipeline.sh Change-Id: If30ea27fb2058bbcc450aa1ee2b45385839be8df Signed-off-by: garciadeblas --- diff --git a/Dockerfile b/Dockerfile index b740f2a..2760e73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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