Created
April 19, 2020 18:42
-
-
Save sagar290/9c73d3ffda4b0f865f4fc43751655d64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RUN pecl install mongodb | |
| RUN echo "extension=mongodb.so" >> /usr/local/etc/php/conf.d/mongodb.ini | |
| # RUN apt-get install php7.2-mongodb | |
| # Clear cache | |
| RUN apt-get clean && rm -rf /var/lib/apt/lists/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment