projects
/
osm
/
SOL005.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60c54db
)
Dockerfile: added git
02/8102/1
v6.0
v7.0
v7.0.0
v7.1.0rc1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 29 Oct 2019 15:35:16 +0000
(16:35 +0100)
committer
garciadeblas
<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
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
b740f2a
..
2760e73
100644
(file)
--- 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