Fix minor typo in Dockerfiles
[osm/devops.git] / docker / RO / Dockerfile
index 57c5f6a..b056c3d 100644 (file)
@@ -33,7 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     && rm -rf /var/lib/apt/lists/*
 
 #######################################################################################
-# End of common prepration
+# End of common preparation
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
     DEBIAN_FRONTEND=noninteractive apt-get --yes install \
@@ -106,7 +106,7 @@ COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-package
 COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
 
 #######################################################################################
-# End of common prepration
+# End of common preparation
 
 RUN rm -f /etc/apt/apt.conf.d/proxy.conf