Skip to content

Commit a08b8f0

Browse files
committed
fix redis.ini path
1 parent 0a9ea8a commit a08b8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN mkdir -p /opt/oci8 \
5757

5858
# Install redis
5959
RUN pecl install redis \
60-
&& echo "extension=redis.so" >> /usr/local/etc/php/conf.d/oci8.ini
60+
&& echo "extension=redis.so" >> /usr/local/etc/php/conf.d/redis.ini
6161

6262
# Install Composer
6363
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer

0 commit comments

Comments
 (0)