# Sample Dockerfile
FROM docker.io/centos:latest

ARG YUM_PACKAGE
RUN yum -y install $YUM_PACKAGE

