Skip to content

Commit 123166d

Browse files
author
tianzhenxiong
committed
update
1 parent 31764e0 commit 123166d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile.ubuntu

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ COPY --from=builder /root/bcc/*.deb /root/bcc/
2424
RUN \
2525
apt-get update -y && \
2626
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 && \
2828
dpkg -i /root/bcc/*.deb

docker/build/Dockerfile.fedora

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN dnf -y install \
5959
iperf \
6060
netperf
6161

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
6363

6464
RUN wget -O ruby-install-${RUBY_INSTALL_VERSION}.tar.gz \
6565
https://github.com/postmodern/ruby-install/archive/v${RUBY_INSTALL_VERSION}.tar.gz && \

docker/build/Dockerfile.ubuntu

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ done \
8181
&& \
8282
apt-get -y clean'
8383

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
8585

8686
# FIXME this is faster than building from source, but it seems there is a bug
8787
# in probing libruby.so rather than ruby binary

0 commit comments

Comments
 (0)