summaryrefslogtreecommitdiffstats
path: root/OS/Centos/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'OS/Centos/Dockerfile')
-rw-r--r--OS/Centos/Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/OS/Centos/Dockerfile b/OS/Centos/Dockerfile
new file mode 100644
index 0000000..70b83d9
--- /dev/null
+++ b/OS/Centos/Dockerfile
@@ -0,0 +1,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