Skip to content

Install Redis PHP extension issue #195

Description

@chanonrittong-commits

42          # Install Redis PHP extension
43           RUN pecl install redis \
44           && docker-php-ext-enable redis

My issue have been resolved by specify release package directly.

RUN curl -L -o /tmp/redis.tgz \
    https://pecl.php.net/get/redis-6.2.0.tgz \
    && pecl install /tmp/redis.tgz \
    && docker-php-ext-enable redis \
    && rm /tmp/redis.tgz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions