projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b4b43
)
Add kubernetes to LCM dockerfile
64/9964/1
author
David Garcia
<david.garcia@canonical.com>
Wed, 11 Nov 2020 15:53:07 +0000
(16:53 +0100)
committer
David Garcia
<david.garcia@canonical.com>
Wed, 11 Nov 2020 15:53:07 +0000
(16:53 +0100)
Change-Id: Icf834e20527f3489481d0b97af8bb0fc31980c14
Signed-off-by: David Garcia <david.garcia@canonical.com>
docker/LCM/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/LCM/Dockerfile
b/docker/LCM/Dockerfile
index
f6ff001
..
6187e8b
100644
(file)
--- a/
docker/LCM/Dockerfile
+++ b/
docker/LCM/Dockerfile
@@
-45,6
+45,7
@@
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make
wget tox python3-cffi \
&& python3 -m pip install -U pip \
&& python3 -m pip install -U juju==2.8.4 \
+ && python3 -m pip install -U kubernetes==10.0.1 \
&& rm -rf /var/lib/apt/lists/*
# RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \