projects
/
osm
/
MON.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73dbb4e
)
migrating to ubuntu 18.04
62/8562/1
v7.0.1
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Wed, 5 Feb 2020 11:31:52 +0000
(11:31 +0000)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Wed, 5 Feb 2020 11:32:36 +0000
(11:32 +0000)
Change-Id: Id120c2bb4a18b367a24eef567de1995794090777
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
2b450f2
..
b21e6e5
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-20,13
+20,13
@@
# contact: bdiaz@whitestack.com or glavado@whitestack.com
##
-FROM ubuntu:1
6
.04
+FROM ubuntu:1
8
.04
LABEL authors="Benjamín Díaz"
RUN apt-get --yes update \
&& apt-get --yes install git python3 python3-pip libmysqlclient-dev libssl-dev libffi-dev mysql-client \
- && p
ip3 install pip==9.0.3
+ && p
ython3 -m pip install -U pip
COPY requirements.txt /mon/requirements.txt