X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FPLA%2FDockerfile;h=e882de8daec9c770b0f623befe46f4fe98fb4138;hb=250b0b60a41df04bb79b8c231803a35e1bff6c66;hp=9c23262f215fe83eb5c507f8d440aeb842b84037;hpb=02feb8ef9ae5f545a111759cbbe9f01b1741cc85;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