FROM hachque/opensuse MAINTAINER Tux RUN zypper mr -ae RUN zypper --non-interactive ar 'http://download.opensuse.org/repositories/isv:/Owncloud:/community:/6.0/openSuse_13.1/' owncloud RUN zypper --non-interactive --gpg-auto-import-keys ref -f RUN zypper --non-interactive update --auto-agree-with-licenses RUN zypper --non-interactive install --auto-agree-with-licenses apache2 owncloud php5-mysql php5-fileinfo glibc-locale ADD sysconfig /etc/sysconfig/ CMD /usr/sbin/start_apache2 -f /etc/apache2/httpd.conf -DFOREGROUND