Skip to content

Instantly share code, notes, and snippets.

@sagar290
Created April 19, 2020 18:42
Show Gist options
  • Select an option

  • Save sagar290/9c73d3ffda4b0f865f4fc43751655d64 to your computer and use it in GitHub Desktop.

Select an option

Save sagar290/9c73d3ffda4b0f865f4fc43751655d64 to your computer and use it in GitHub Desktop.
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