Skip to content
Snippets Groups Projects
Commit 6dd612e9 authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

upgrade php & discontinue mongodb as the pecl mod build is broken

parent d325fb2f
No related branches found
No related tags found
No related merge requests found
......@@ -71,12 +71,12 @@ RUN pecl install --force igbinary
RUN printf "\n" | pecl install --force imagick
RUN printf "\n" | pecl install --force mcrypt
RUN printf "\n\n\nyes\n\nyes\n\n\n\n" | pecl install --force memcached
RUN pecl install --force --configureoptions " \
with-mongodb-client-side-encryption=yes \
with-mongodb-sasl=yes with-mongodb-ssl=yes \
enable-mongodb-crypto-system-profile=yes \
with-mongodb-icu=yes" \
mongodb
#RUN pecl install --force --configureoptions " \
# with-mongodb-client-side-encryption=yes \
# with-mongodb-sasl=yes with-mongodb-ssl=yes \
# enable-mongodb-crypto-system-profile=yes \
# with-mongodb-icu=yes" \
# mongodb
RUN printf "yes\nyes\nyes\n" | pecl install --force redis
RUN pecl install --force uploadprogress
RUN pecl install --force xdebug
......
......@@ -4,7 +4,7 @@ extension=igbinary
extension=imagick
extension=mcrypt
extension=memcached
extension=mongodb
;extension=mongodb
extension=redis
extension=uploadprogress
zend_extension=xdebug
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment