From 9977d9281ffe5e843cd3a0ee73601c9158c2dbe3 Mon Sep 17 00:00:00 2001 From: Garrit Schroeder Date: Mon, 15 Mar 2021 16:49:11 +0100 Subject: [PATCH] install openid connect dependencies --- server/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/Dockerfile b/server/Dockerfile index dcba944..f69b53f 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -103,6 +103,7 @@ ARG PHP_VER python3-pip \ # PHP Requirements php \ + php-curl \ php-xml \ php-intl \ php-bcmath \ @@ -153,6 +154,9 @@ ARG PHP_VER # Make a copy of the configurations, so we can sync from it RUN cp -R /var/www/MISP/app/Config /var/www/MISP/app/Config.dist + # Intall Open ID Connect dependency + RUN cd /var/www/MISP/app && php composer.phar require jumbojett/openid-connect-php + # Entrypoints COPY files/etc/supervisor/supervisor.conf /etc/supervisor/conf.d/supervisord.conf COPY files/entrypoint_fpm.sh /