migrating to ubuntu 18.04 88/8588/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 5 Feb 2020 11:31:52 +0000 (11:31 +0000)
committerlavado <glavado@whitestack.com>
Thu, 13 Feb 2020 12:48:56 +0000 (13:48 +0100)
Change-Id: Id120c2bb4a18b367a24eef567de1995794090777
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
(cherry picked from commit 46b49775fd781017ee9d6fcbd6d5aa6a24962a8b)

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