[connfa-web] Make sure all the dependencies are up-to-date



commit 456e80851ae5e16a14baa9958824f5e35081c06a
Author: Andrea Veri <av gnome org>
Date:   Wed Jun 19 19:38:22 2019 +0000

    Make sure all the dependencies are up-to-date

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 92c7679..5dbe633 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 && composer update zizaco/entrust 
&& composer require predis/predis
+RUN cd connfa && composer install --no-interaction --no-suggest --no-dev && composer update --no-interaction 
--no-suggest --no-dev && 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]