Merge pull request #84 from wiltonsr/patch-3

Update Dockerfile
This commit is contained in:
Charlène Auger 2022-05-03 14:34:10 +02:00 committed by GitHub
commit 2b6013841c
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;