Update Dockerfile

Add missing lib php-ldap
This commit is contained in:
Wilton Rodrigues 2022-04-26 16:39:14 -03:00 committed by GitHub
parent 9407b4c2f3
commit e5c34fa976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,8 @@ RUN apt-get update && apt-get install -y \
php-curl \
php-xml \
php-zip \
php-gd
php-gd \
php-ldap
RUN wget https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/download/${OCS_VERSION}/OCSNG_UNIX_SERVER-${OCS_VERSION}.tar.gz -P /tmp && \
tar xzf /tmp/OCSNG_UNIX_SERVER-${OCS_VERSION}.tar.gz -C /tmp;