X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FDockerfile;h=b21e6e521dc5fece1da9e7653d5ca4e275f00f89;hb=b43227f11fb717cef357af1543338b8595994396;hp=2b450f2ee33643928fe97ce2d96f0eb68c858613;hpb=de385946786d7c0631f8a9c6cd45e9254645cae8;p=osm%2FMON.git diff --git a/docker/Dockerfile b/docker/Dockerfile index 2b450f2..b21e6e5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,13 +20,13 @@ # 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