install openid connect dependencies

pull/1/head
Garrit Schroeder 2021-03-15 16:49:11 +01:00
parent c6545a7299
commit 9977d9281f
1 changed files with 4 additions and 0 deletions

View File

@ -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 /