X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FPLA%2FDockerfile;fp=docker%2FPLA%2FDockerfile;h=e882de8daec9c770b0f623befe46f4fe98fb4138;hb=21503ab215361ec06b534df59246cacaa242270d;hp=9c23262f215fe83eb5c507f8d440aeb842b84037;hpb=de6dd2c4069332dad7341b2d98620f4d2b481f8a;p=osm%2Fdevops.git diff --git a/docker/PLA/Dockerfile b/docker/PLA/Dockerfile index 9c23262f..e882de8d 100644 --- a/docker/PLA/Dockerfile +++ b/docker/PLA/Dockerfile @@ -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 ARG PYTHON3_OSM_COMMON_URL ARG PYTHON3_OSM_PLA_URL @@ -71,7 +71,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