Fix bug 1633 - Pinning packages to major version
[osm/devops.git] / docker / MON / Dockerfile
index f572748..765324c 100644 (file)
@@ -24,12 +24,12 @@ FROM ubuntu:20.04 as INSTALL
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     DEBIAN_FRONTEND=noninteractive apt-get --yes install \
-    curl=7.68.0-1ubuntu2.6 \
-    gcc=4:9.3.0-1ubuntu2 \
-    python3=3.8.2-0ubuntu2 \
-    python3-setuptools=45.2.0-1 \
-    python3-dev=3.8.2-0ubuntu2 \
-    openssh-client=1:8.2p1-4ubuntu0.2 && \
+    curl=7.68.* \
+    gcc=4:9.3.* \
+    python3=3.8.* \
+    python3-setuptools=45.2.* \
+    python3-dev=3.8.* \
+    openssh-client=1:8.* && \
     python3 -m easy_install pip==21.0.1
 
 ARG PYTHON3_OSM_COMMON_URL
@@ -53,7 +53,7 @@ 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.2-0ubuntu2
+    DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-minimal=3.8.*
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
     ca-certificates