Skip to content

Commit

Permalink
Install net-tools to run ifconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jul 22, 2024
1 parent fa35e1d commit dd7d720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/aws/eks/pod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN dnf install aws-nitro-enclaves-cli-devel jq -y
RUN dnf install aws-nitro-enclaves-cli -y
# RUN yum install -y libxcrypt-compat
RUN dnf -y install iproute
RUN dnf -y install net-tools


RUN dnf install python3.11 -y
RUN dnf install python3.11-pip -y
Expand Down

0 comments on commit dd7d720

Please sign in to comment.