X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FLCM%2FDockerfile;fp=docker%2FLCM%2FDockerfile;h=f4f09d830b75ab78895d4994f73934112701a0e4;hb=21503ab215361ec06b534df59246cacaa242270d;hp=9db416260ba007cf35dd7633db1586d19a756b42;hpb=de6dd2c4069332dad7341b2d98620f4d2b481f8a;p=osm%2Fdevops.git diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 9db41626..f4f09d83 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -32,7 +32,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ curl=7.81.* \ && 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 \ @@ -93,7 +93,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 DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install \