From f7e98988207909ca007764046d32f02dc9607499 Mon Sep 17 00:00:00 2001 From: chenyuezhou Date: Tue, 22 Jun 2021 16:57:09 -0400 Subject: [PATCH] bcc-test: fix test error --- Dockerfile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1