From: chenyuezhou Date: Tue, 22 Jun 2021 20:57:09 +0000 (-0400) Subject: bcc-test: fix test error X-Git-Tag: v0.21.0~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7e98988207909ca007764046d32f02dc9607499;p=platform%2Fupstream%2Fbcc.git bcc-test: fix test error --- diff --git a/Dockerfile.tests b/Dockerfile.tests index a8456a91..99b6a445 100644 --- a/Dockerfile.tests +++ b/Dockerfile.tests @@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y \ libtinfo-dev RUN pip3 install pyroute2 netaddr dnslib cachetools -RUN pip install pyroute2 netaddr dnslib cachetools +RUN pip install pyroute2==0.5.18 netaddr==0.8.0 dnslib==0.9.14 cachetools==3.1.1 # FIXME this is faster than building from source, but it seems there is a bug # in probing libruby.so rather than ruby binary