FROM centos:latest MAINTAINER Christophe LARUE USER root # Install minimal packages RUN yum -y install deltarpm pwgen tar psmisc \ && yum -y update \ && yum clean all