X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FNBI%2FDockerfile;h=9b9ccde24e3a521708a8a75c25c803e8daf4c8b8;hb=refs%2Fchanges%2F97%2F13597%2F1;hp=d09ee05054611887e7017db6201996ba61d10765;hpb=de6dd2c4069332dad7341b2d98620f4d2b481f8a;p=osm%2Fdevops.git diff --git a/docker/NBI/Dockerfile b/docker/NBI/Dockerfile index d09ee050..9b9ccde2 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 @@ -74,7 +74,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