We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82025e3 + a08b8f0 commit 8e91494Copy full SHA for 8e91494
Dockerfile
@@ -57,7 +57,7 @@ RUN mkdir -p /opt/oci8 \
57
58
# Install redis
59
RUN pecl install redis \
60
- && echo "extension=redis.so" >> /usr/local/etc/php/conf.d/oci8.ini
+ && echo "extension=redis.so" >> /usr/local/etc/php/conf.d/redis.ini
61
62
# Install Composer
63
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer
0 commit comments