Code Review
/
dcaegen2
/
deployments.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
39932a1
)
Install uuid-runtime
25/12325/1
author
Lusheng Ji
<lji@research.att.com>
Thu, 14 Sep 2017 03:25:56 +0000
(
03:25
+0000)
committer
Lusheng Ji
<lji@research.att.com>
Thu, 14 Sep 2017 03:26:04 +0000
(
03:26
+0000)
Issue-Id: DCAEGEN2-85
Change-Id: I2f88864545df4dfa20515c0195013d4dd6e52329
Signed-off-by: Lusheng Ji <lji@research.att.com>
bootstrap/Dockerfile-template
patch
|
blob
|
history
diff --git
a/bootstrap/Dockerfile-template
b/bootstrap/Dockerfile-template
index
f15261b
..
921f90c
100644
(file)
--- a/
bootstrap/Dockerfile-template
+++ b/
bootstrap/Dockerfile-template
@@
-3,7
+3,7
@@
MAINTAINER maintainer
ENV INSROOT /opt/app
ENV APPUSER installer
RUN apt-get update\
- && apt-get install -y wget python-virtualenv python-pip ssh ed curl\
+ && apt-get install -y wget python-virtualenv python-pip ssh ed curl
uuid-runtime
\
&& apt-get clean\
&& pip install --upgrade pip\
&& mkdir -p ${INSROOT}/${APPUSER}/blueprints\