Add missing libmd0 library to POL dockerfile
[osm/devops.git] / docker / POL / Dockerfile
index 8ed8f5e..f264fba 100644 (file)
@@ -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/