File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ COPY --from=builder /root/bcc/*.deb /root/bcc/
24
24
RUN \
25
25
apt-get update -y && \
26
26
DEBIAN_FRONTEND=noninteractive apt-get install -y python3 python3-pip python-is-python3 binutils libelf1 kmod && \
27
- pip3 install dnslib cachetools && \
27
+ pip3 install dnslib cachetools pyelftools && \
28
28
dpkg -i /root/bcc/*.deb
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN dnf -y install \
59
59
iperf \
60
60
netperf
61
61
62
- RUN pip3 install pyroute2==0.5.18 netaddr==0.8.0 dnslib==0.9.14 cachetools==3.1.1
62
+ RUN pip3 install pyroute2==0.5.18 netaddr==0.8.0 dnslib==0.9.14 cachetools==3.1.1 pyelftools==0.30
63
63
64
64
RUN wget -O ruby-install-${RUBY_INSTALL_VERSION}.tar.gz \
65
65
https://github.com/postmodern/ruby-install/archive/v${RUBY_INSTALL_VERSION}.tar.gz && \
Original file line number Diff line number Diff line change 81
81
&& \
82
82
apt-get -y clean'
83
83
84
- RUN pip3 install pyroute2==0.5.18 netaddr==0.8.0 dnslib==0.9.14 cachetools==3.1.1
84
+ RUN pip3 install pyroute2==0.5.18 netaddr==0.8.0 dnslib==0.9.14 cachetools==3.1.1 pyelftools==0.30
85
85
86
86
# FIXME this is faster than building from source, but it seems there is a bug
87
87
# in probing libruby.so rather than ruby binary
You can’t perform that action at this time.
0 commit comments