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

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