Skip to content

Commit

Permalink
feature/add-mongodb-php-ext : add the mongodb php extensions to oroco…
Browse files Browse the repository at this point in the history
…mmerce/orocrm/oroplatform Dockerfile (#20)
  • Loading branch information
programgames committed Jun 15, 2021
1 parent bdff44d commit fa1a6d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions environments/orocommerce/ee/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ RUN set -ex\
openssl-dev \
&& apk add --update \
c-client \
&& docker-php-source extract \
&& pecl install mongodb \
&& echo "extension=mongodb.so" > /usr/local/etc/php/conf.d/ext-mongodb.ini \
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
&& docker-php-ext-install imap \
&& docker-php-source delete \
&& apk del .build-deps \
&& rm -rf /tmp/* /var/cache/apk/*
4 changes: 4 additions & 0 deletions environments/orocrm/ee/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ RUN set -ex\
openssl-dev \
&& apk add --update \
c-client \
&& docker-php-source extract \
&& pecl install mongodb \
&& echo "extension=mongodb.so" > /usr/local/etc/php/conf.d/ext-mongodb.ini \
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
&& docker-php-ext-install imap \
&& docker-php-source delete \
&& apk del .build-deps \
&& rm -rf /tmp/* /var/cache/apk/*
4 changes: 4 additions & 0 deletions environments/oroplatform/ee/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ RUN set -ex\
openssl-dev \
&& apk add --update \
c-client \
&& docker-php-source extract \
&& pecl install mongodb \
&& echo "extension=mongodb.so" > /usr/local/etc/php/conf.d/ext-mongodb.ini \
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
&& docker-php-ext-install imap \
&& docker-php-source delete \
&& apk del .build-deps \
&& rm -rf /tmp/* /var/cache/apk/*

0 comments on commit fa1a6d2

Please sign in to comment.