Skip to content

Commit

Permalink
bcc-test: fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyuezhou authored and yonghong-song committed Jun 22, 2021
1 parent a17fbc5 commit f7e9898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7e9898

Please sign in to comment.