mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 22:57:55 +03:00
fix
This commit is contained in:
parent
2a9ce03c54
commit
002d9ffede
@ -218,7 +218,7 @@ RUN cd /tmp/cassandra-php-driver && \
|
||||
##############################################################################
|
||||
# Cassandra PHP Drivers Install
|
||||
##############################################################################
|
||||
#RUN pecl install cassandra && \
|
||||
RUN pecl install cassandra && \
|
||||
echo "extension = ${PHP_MODULE_PATH}/cassandra.so" > ${CAS_PHP_INI} && \
|
||||
ln -sf ${CAS_PHP_INI} ${PHP_DIR}/cgi/conf.d/cassandra.ini && \
|
||||
ln -sf ${CAS_PHP_INI} ${PHP_DIR}/cli/conf.d/cassandra.ini && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user