X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FNBI%2FDockerfile;h=8e9859765c0f6b4852f84489df154a5d633abc44;hb=52a5b24642844663cdc590943b970eb2511f7bd3;hp=51f273f8aa781d9f8ccab175e805e80ab9747681;hpb=02feb8ef9ae5f545a111759cbbe9f01b1741cc85;p=osm%2Fdevops.git diff --git a/docker/NBI/Dockerfile b/docker/NBI/Dockerfile index 51f273f8..8e985976 100644 --- a/docker/NBI/Dockerfile +++ b/docker/NBI/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_IM_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