Update MON and LCM Dockerfile to install ca-certificates in the appropriate docker...
[osm/devops.git] / docker / MON / Dockerfile
index f619e97..7daa774 100644 (file)
@@ -53,9 +53,8 @@ RUN pip3 install \
 FROM ubuntu:20.04 as FINAL
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
-    DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-minimal=3.8.*
-
-RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
+    DEBIAN_FRONTEND=noninteractive apt-get --yes install \
+    python3-minimal=3.8.* \
     ca-certificates
 
 COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages