Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Nov 29, 2014
2 parents 65aa360 + f7d0410 commit 7ced6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/docker/Dockerfile
@@ -1,6 +1,6 @@
# DOCKER-VERSION 0.xx
# Pydio Version 5.2.5
FROM centos:6.4
FROM centos:centos6
MAINTAINER team@pyd.io

ADD ./my.cnf /etc/my.cnf
Expand Down Expand Up @@ -37,7 +37,7 @@ RUN /etc/configure_php_modules.sh
RUN echo -e "NETWORKING=yes" > /etc/sysconfig/network

# install pydio
RUN yum install -y pydio
RUN yum --disablerepo=pydio-testing -y install pydio
# pre-configure pydio
RUN /etc/pre_conf_pydio.sh

Expand Down

0 comments on commit 7ced6d3

Please sign in to comment.