Merge "Adds osm_automated tag to automated dashboards Fixes Bug 1027."
authorlavado <glavado@whitestack.com>
Fri, 20 Mar 2020 22:46:05 +0000 (23:46 +0100)
committerGerrit Code Review <root@osm.etsi.org>
Fri, 20 Mar 2020 22:46:05 +0000 (23:46 +0100)
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