X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FPOL%2FDockerfile;h=f264fba993c663b8d15f833ef70b325378fca3a1;hb=refs%2Fchanges%2F17%2F13517%2F1;hp=8ed8f5ed66083073fa8e83a09d6a7a09d985193e;hpb=36faaff53fa49da849cbbe537706329de19deb05;p=osm%2Fdevops.git diff --git a/docker/POL/Dockerfile b/docker/POL/Dockerfile index 8ed8f5ed..f264fba9 100644 --- a/docker/POL/Dockerfile +++ b/docker/POL/Dockerfile @@ -71,6 +71,10 @@ COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages /usr/local/lib/pyth ####################################################################################### # End of common prepration +RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ + DEBIAN_FRONTEND=noninteractive apt-get --yes install \ + libmd0 \ + && rm -rf /var/lib/apt/lists/* COPY --from=INSTALL /usr/bin/osm* /usr/bin/ COPY --from=INSTALL /usr/bin/mysql /usr/bin/