FROM rockylinux:9.0 MAINTAINER Tom Tyler "ttyler@perforce.com" RUN dnf update -y RUN dnf install -y file passwd procps-ng rsync sudo vim wget which libcap diffutils gawk sed # This is a total hack for our base image of Rocky 9 only. # systemd isn't playing nice, so install the deprecated # chkconfig (SysV init mechansim). RUN dnf install -y chkconfig