X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FDockerfile;h=892eff11146fb7f6a03aa031ed69e5e0cba64b4a;hb=refs%2Ftags%2Fv9.1.1;hp=7045b0fb8252d7f78bdf8fefac48188736894702;hpb=7ce998f3da2c7f10d95508ff2f410075ae2a8757;p=osm%2FPOL.git diff --git a/docker/Dockerfile b/docker/Dockerfile index 7045b0f..892eff1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -25,8 +25,8 @@ FROM ubuntu:20.04 LABEL authors="Benjamín Díaz, Fabián Bravo" RUN apt-get --yes update \ - && apt-get --yes install python3 python3-pip libmysqlclient-dev git mysql-client \ - && pip3 install pip==9.0.3 + && apt-get --yes install python3=3.8.2-0ubuntu2 python3-pip=20.0.2-5ubuntu1.1 libmysqlclient-dev=8.0.23-0ubuntu0.20.04.1 git mysql-client=8.0.23-0ubuntu0.20.04.1 \ + && pip3 install pip==21.0.1 COPY requirements.txt /policy_module/requirements.txt