[connfa-web] This should look better: due to zizaco/entrust being broken on the version that gets installed (5.2x
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connfa-web] This should look better: due to zizaco/entrust being broken on the version that gets installed (5.2x
- Date: Wed, 19 Jun 2019 17:15:50 +0000 (UTC)
commit d503bc3fe698832bfa9923f16e96b15bb3c3b3a1
Author: Andrea Veri <averi redhat com>
Date: Wed Jun 19 19:15:41 2019 +0200
This should look better: due to zizaco/entrust being broken on the version that gets installed
(5.2x-master)
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 4fcdad9..9897335 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM centos/php-71-centos7
USER root
-RUN yum -y install git sclo-php71-php-pecl-redis sclo-php71-php-phpiredis && \
+RUN yum -y install git && \
rm -rf /var/cache/yum/* && yum clean all
RUN wget
https://raw.githubusercontent.com/composer/getcomposer.org/3c21a2c1affd88dd3fec6251e91a53e440bc2198/web/installer
-O - -q | php -- --quiet --install-dir=/usr/bin/ --filename=composer
RUN groupadd connfa -g 1000630000 && \
@@ -11,7 +11,7 @@ RUN install -dm750 -o connfa -g connfa /app
USER connfa
WORKDIR /app
RUN git clone https://github.com/lemberg/connfa-integration-server connfa
-RUN cd connfa && composer install --no-interaction --no-suggest --no-dev
+RUN cd connfa && composer install --no-interaction --no-suggest --no-dev && composer update zizaco/entrust
&& composer require predis/predis
COPY env /app/connfa/.env
USER root
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]