Skip to content
Snippets Groups Projects
Commit c7fcdca9 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added iputils package in Dockerfile.

parent fb2329e0
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment