summaryrefslogtreecommitdiffstats
path: root/OS/Centos/Dockerfile
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-28 05:57:08 +0100
committerstartxfr <clarue@startx.fr>2015-11-28 05:57:08 +0100
commitd2b8afc1f219e3db7c776a17c0f03128476ddefa (patch)
treec227b2093ed65b18c81a2706c6d386a5e7d37f7a /OS/Centos/Dockerfile
parentce30e623a04eb19828be26585dba984c68fbf0ec (diff)
downloadphpmyadmin-d2b8afc1f219e3db7c776a17c0f03128476ddefa.tar.gz
phpmyadmin-d2b8afc1f219e3db7c776a17c0f03128476ddefa.tar.bz2
phpmyadmin-d2b8afc1f219e3db7c776a17c0f03128476ddefa.tar.xz
phpmyadmin-d2b8afc1f219e3db7c776a17c0f03128476ddefa.zip
switching to fedora 23 in master. Start adding docker-compose support
Diffstat (limited to 'OS/Centos/Dockerfile')
-rw-r--r--OS/Centos/Dockerfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/OS/Centos/Dockerfile b/OS/Centos/Dockerfile
deleted file mode 100644
index e599305..0000000
--- a/OS/Centos/Dockerfile
+++ /dev/null
@@ -1,9 +0,0 @@
-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 \
- && mkdir -p /sx