X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Ftests%2FDockerfile;h=49a1e4c4d6b391be936a1841bc6063fc2c0cc598;hb=2dc01891e9c90760f7e421b53f7b63a89b5ce403;hp=e4f7ae4ee01786262d8e74e75d0278c0075555bb;hpb=02feb8ef9ae5f545a111759cbbe9f01b1741cc85;p=osm%2Fdevops.git diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index e4f7ae4e..49a1e4c4 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -33,16 +33,15 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ && rm -rf /var/lib/apt/lists/* ####################################################################################### -# End of common prepration +# End of common preparation RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install \ - gettext-base=0.19.* \ - git=1:2.25.* \ + gettext-base=0.21* \ + git=1:2.34.* \ iputils-ping=3:* \ jq=1.6* \ - libcurl4-openssl-dev=7.68.* \ - libssl-dev=1.1.* + libmagic1=1:5.* ARG OSM_TESTS_URL ARG PYTHON3_OSM_IM_URL @@ -66,6 +65,9 @@ RUN mv /usr/share/osm-tests/robot-systest /robot-systest RUN mv /usr/share/osm-tests/conformance-tests/ /robot-systest/ RUN mv /usr/share/osm-tests/charm.sh /usr/sbin/charm +COPY pyangbind.patch /robot-systest +RUN patch /usr/local/lib/python3.10/dist-packages/pyangbind/lib/yangtypes.py < /robot-systest/pyangbind.patch + ARG CACHE_DATE=not_a_date RUN git clone \ https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git \