X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FPOL%2FDockerfile;fp=docker%2FPOL%2FDockerfile;h=f264fba993c663b8d15f833ef70b325378fca3a1;hb=41170eaf9d1c4b30885df8dde7458fa03cba9c8c;hp=8ed8f5ed66083073fa8e83a09d6a7a09d985193e;hpb=ee0e42bd01045016a7d782a4e19069a905cd8d68;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/