X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FPOL%2FDockerfile;h=c50cd10f143dded85acbfd8dcc7708859cfe01a5;hb=refs%2Fchanges%2F33%2F10633%2F2;hp=d6f460badf08f433337edd8d1e4816b9225db490;hpb=898620cbea5ecb20f3fcf510047dafc14a8dc4bc;p=osm%2Fdevops.git diff --git a/docker/POL/Dockerfile b/docker/POL/Dockerfile index d6f460ba..c50cd10f 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 @@ -52,6 +55,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages COPY --from=INSTALL /usr/local/lib/python3.8/dist-packages /usr/local/lib/python3.8/dist-packages COPY --from=INSTALL /usr/bin/osm* /usr/bin/ +COPY --from=INSTALL /usr/bin/mysqladmin /usr/bin/ COPY scripts/ scripts/