Skip to content

Commit

Permalink
Add various net tools to tool-box (#815)
Browse files Browse the repository at this point in the history
* Add various net tools to tool-box

* Add various net tools to tool-box
  • Loading branch information
oybed committed May 17, 2024
1 parent ae5c879 commit 823ffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool-box/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ENV HOME=/home/tool-box

COPY requirements.txt /requirements.txt
RUN dnf -y update && \
dnf -y install git iputils procps-ng python3.11 python3.11-pip vim unzip zip && \
dnf -y install git iputils net-tools procps-ng python3.11 python3.11-pip vim unzip zip && \
dnf clean all && \
pip3.11 install --no-cache-dir -r /requirements.txt && \
ansible --version
Expand Down

0 comments on commit 823ffcd

Please sign in to comment.