Commit c7fcdca9 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added iputils package in Dockerfile.

parent fb2329e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@
# Use Rocky Linux 8.9 minimal as base image
FROM rockylinux:8.9-minimal

# Install epel repo, make, nano, openssh, wget, rsync, cronie, pip
RUN microdnf -y install epel-release make nano openssh-clients wget rsync cronie python3.11-pip
# Install epel repo, make, nano, openssh, iputils, wget, rsync, cronie, pip
RUN microdnf -y install epel-release make nano openssh-clients iputils wget rsync cronie python3.11-pip

# Install redis, psycopg2, paramiko, scp, tabulate Python packages
RUN pip3.11 install --no-cache-dir redis hiredis psycopg2-binary paramiko scp tabulate