# Dockerfile
FROM fedora:latest

RUN yum -qy update
RUN yum -qy install banner

CMD banner "Hello HPC"
#
