Skip to content

Commit

Permalink
[docker] Fix tabs in Dockerfile.fedora
Browse files Browse the repository at this point in the history
My editor was expanding tabs to spaces when other lines seem to be using pure tabs.
This is a cosmetic change that will align the indentation with the rest of the
file and at the same time exercise iovisor#4221
  • Loading branch information
chantra committed Sep 9, 2022
1 parent 75e5e26 commit 0393eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ RUN dnf -y install \
hostname \
iproute \
bpftool \
iperf \
netperf
iperf \
netperf

RUN pip3 install pyroute2==0.5.18 netaddr==0.8.0 dnslib==0.9.14 cachetools==3.1.1

Expand Down

0 comments on commit 0393eba

Please sign in to comment.