migrating to ubuntu 18.04 62/8562/1 v7.0.1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 5 Feb 2020 11:31:52 +0000 (11:31 +0000)
committertierno <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

index 2b450f2..b21e6e5 100644 (file)
 # contact: bdiaz@whitestack.com or glavado@whitestack.com
 ##
 
-FROM ubuntu:16.04
+FROM ubuntu:18.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 \
- && pip3 install pip==9.0.3
+ && python3 -m pip install -U pip
 
 COPY requirements.txt /mon/requirements.txt