Update Dockerfile

add php73-php-ldap and php73-php-zip
This commit is contained in:
balmha 2021-07-19 16:38:41 -03:00 committed by GitHub
parent 677bf97883
commit b329d1ebf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ RUN yum ${YUM_FLAGS} install wget \
httpd \ httpd \
php73-php \ php73-php \
php73-php-cli \ php73-php-cli \
php73-php-cli \ php73-php-ldap \
php73-php-gd \ php73-php-gd \
php73-php-imap \ php73-php-imap \
php73-php-pdo \ php73-php-pdo \
@ -60,6 +60,7 @@ RUN yum ${YUM_FLAGS} install wget \
php73-php-json \ php73-php-json \
php73-php-fpm \ php73-php-fpm \
php73-php-soap \ php73-php-soap \
php73-php-zip \
php73-php-opcache ; php73-php-opcache ;
RUN wget https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/download/2.8/OCSNG_UNIX_SERVER_2.8.tar.gz && \ RUN wget https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/download/2.8/OCSNG_UNIX_SERVER_2.8.tar.gz && \