X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FNBI%2FDockerfile;h=8e9859765c0f6b4852f84489df154a5d633abc44;hb=8375da1695c98bd23fcc226f0e26c20ac5710d1b;hp=d09ee05054611887e7017db6201996ba61d10765;hpb=e78f5a762565fe67b2637b560fdc829a9d71ccd0;p=osm%2Fdevops.git diff --git a/docker/NBI/Dockerfile b/docker/NBI/Dockerfile index d09ee050..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 @@ -53,9 +53,6 @@ RUN pip3 install \ -r /usr/lib/python3/dist-packages/osm_im/requirements.txt \ -r /usr/lib/python3/dist-packages/osm_nbi/requirements.txt -COPY pyangbind.patch ./ -RUN patch /usr/local/lib/python3.10/dist-packages/pyangbind/lib/yangtypes.py < ./pyangbind.patch - ####################################################################################### FROM ubuntu:22.04 as FINAL @@ -74,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