We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615cb72 commit 3f79880Copy full SHA for 3f79880
1 file changed
workspace/Dockerfile-56
@@ -189,6 +189,7 @@ ARG INSTALL_MONGO=false
189
ENV INSTALL_MONGO ${INSTALL_MONGO}
190
RUN if [ ${INSTALL_MONGO} = true ]; then \
191
# Install the mongodb extension
192
+ pecl channel-update pecl.php.net && \
193
pecl install mongodb && \
194
echo "extension=mongodb.so" >> /etc/php/5.6/mods-available/mongodb.ini && \
195
ln -s /etc/php/5.6/mods-available/mongodb.ini /etc/php/5.6/cli/conf.d/30-mongodb.ini \
0 commit comments