Ajout de dépendance manquante

Patch de GLPI pour masquer une partie du formulaire selfService
This commit is contained in:
root
2020-09-11 18:14:51 +02:00
parent 7286b4dcff
commit 163cc74b50
3 changed files with 27 additions and 2 deletions

View File

@ -35,15 +35,18 @@ apk add \
php7-mbstring \
php7-simplexml \
php7-iconv \
php7-sodium
php7-sodium \
php7-phar
COPY CAS-1.3.8.tgz /root/
RUN pear install /root/CAS-1.3.8.tgz
RUN pear install /root/CAS-1.3.8.tgz && \
pear install Archive_Tar
COPY httpd.conf /etc/apache2
COPY service/ /etc/service/
COPY glpi_init.sh /root/glpi_init.sh
COPY glpi.cron /var/spool/cron/crontabs/apache
COPY initrc /etc/
COPY glpi_ticket.class.php.patch /root/
ADD https://github.com/glpi-project/glpi/releases/download/${GLPI_VERSION}/glpi-${GLPI_VERSION}.tgz /root/glpi-${GLPI_VERSION}.tgz
ADD https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi${FUSIONINVENTORY_VERSION}/fusioninventory-${FUSIONINVENTORY_VERSION}.tar.bz2 /root/fusioninventory-${FUSIONINVENTORY_VERSION}.tar.bz2