X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FPOL%2FDockerfile;h=6f02afe1c53c7cddfe0bf0bc96ccf140dad57b26;hb=3c3ea19446f994a4b1e97b3ef10a1062a2e3ad21;hp=d6f460badf08f433337edd8d1e4816b9225db490;hpb=898620cbea5ecb20f3fcf510047dafc14a8dc4bc;p=osm%2Fdevops.git diff --git a/docker/POL/Dockerfile b/docker/POL/Dockerfile index d6f460ba..6f02afe1 100644 --- a/docker/POL/Dockerfile +++ b/docker/POL/Dockerfile @@ -31,6 +31,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ python3-dev=3.8.2-0ubuntu2 && \ python3 -m easy_install pip==21.0.1 +RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \ + mysql-client-core-8.0=8.0.23-0ubuntu0.20.04.1 + ARG PYTHON3_OSM_COMMON_URL ARG PYTHON3_OSM_POLICY_MODULE_URL