summaryrefslogtreecommitdiffstats
path: root/OS/Centos/Dockerfile
blob: 28df09d2d37e79cc18c5795e95491bf823f89c60 (plain)
1
2
3
4
5
6
7
8
FROM centos:latest
MAINTAINER Christophe LARUE <dev@startx.fr>

USER root
# Install minimal packages
RUN yum -y install deltarpm pwgen tar psmisc \
    && yum -y update \
    && yum clean all