Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-03-14 13:08:13 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2018-03-14 13:08:13 +0300
commit27ad127509e85078a72d9953e3a93f127d0f2817 (patch)
tree9cb89cca38b1ab4e67783a0561332c214d72bd7b /user_saml_shibboleth-php7
parent3a1cbf1d7a5d668e97e527e1dcaae9311646d5cb (diff)
update package resources
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'user_saml_shibboleth-php7')
-rwxr-xr-xuser_saml_shibboleth-php7/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_saml_shibboleth-php7/Dockerfile b/user_saml_shibboleth-php7/Dockerfile
index 7c0d82e..584a1ae 100755
--- a/user_saml_shibboleth-php7/Dockerfile
+++ b/user_saml_shibboleth-php7/Dockerfile
@@ -23,8 +23,8 @@ RUN rm /*.ldif
RUN yum -y install centos-release-scl
RUN yum -y install rh-php70 rh-php70-php rh-php70-php-gd rh-php70-php-mbstring rh-php70-php-sqlite httpd git rh-php70-mcrypt rh-php70-php-pdo sudo
RUN scl enable rh-php70 bash
-RUN yum -y install https://www.softwarecollections.org/en/scls/remi/php70more/epel-7-x86_64/download/remi-php70more-epel-7-x86_64.noarch.rpm
-RUN yum -y install more-php70-php-mcrypt.x86_64
+RUN yum -y install centos-release-scl
+RUN yum -y install sclo-php70-php-mcrypt.x86_64
RUN chmod -R 777 /opt/
RUN rm -f /etc/httpd/conf.d/nss.conf
ADD apache/httpd.conf /etc/httpd/conf/httpd.conf