From: garciadeblas Date: Tue, 29 Oct 2019 15:35:16 +0000 (+0100) Subject: Dockerfile: added git X-Git-Tag: v7.1.0rc1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FSOL005.git;a=commitdiff_plain;h=34ff6fc8e21b34e9365e689e156b60ae077ba16f 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