Skip to content
Snippets Groups Projects
Verified Commit 2d919859 authored by David Beniamine's avatar David Beniamine
Browse files

Install soap and composer

parent 2db592d8
Branches
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ RUN apt-get install -y \ ...@@ -27,6 +27,7 @@ RUN apt-get install -y \
php-mbstring \ php-mbstring \
php-mysqli \ php-mysqli \
php-pdo-mysql \ php-pdo-mysql \
php-soap \
php-tokenizer \ php-tokenizer \
php-xdebug \ php-xdebug \
php-xml \ php-xml \
...@@ -50,6 +51,11 @@ RUN a2enmod proxy ...@@ -50,6 +51,11 @@ RUN a2enmod proxy
RUN a2enmod proxy_fcgi RUN a2enmod proxy_fcgi
#RUN a2enmod calendar #RUN a2enmod calendar
# Install composer
COPY install_composer.sh /bin
RUN /bin/install_composer.sh
RUN mv /usr/local/bin/composer.phar /usr/local/bin/composer
WORKDIR /var/www/ WORKDIR /var/www/
RUN mkdir /var/www/custom RUN mkdir /var/www/custom
COPY entrypoint.sh / COPY entrypoint.sh /
......
...@@ -7,5 +7,5 @@ services: ...@@ -7,5 +7,5 @@ services:
- dolibarr_shared - dolibarr_shared
networks: networks:
dolibar_shared: dolibarr_shared:
external: true external: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment