# Dockerfile for adding sudo to base rockylinux:8 image

FROM rockylinux:8

RUN yum install -y sudo \
    && yum clean all