Merge pull request #62 from balmha/patch-1

Update Dockerfile
This commit is contained in:
Gilles Dubois 2021-08-23 08:22:19 +02:00 committed by GitHub
commit 1ad8ae3f19
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 && \
@ -79,4 +80,4 @@ COPY ./scripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
EXPOSE 80 443 EXPOSE 80 443
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"] ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]