Loading base/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
base/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -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