php-redis
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-07-10 11:22:14 +00:00
parent 29a6fc1269
commit 129034fbea

View File

@@ -62,6 +62,7 @@ ARG PHP_VERSION="83"
RUN apk --no-cache add php${PHP_VERSION} \ RUN apk --no-cache add php${PHP_VERSION} \
php${PHP_VERSION}-fpm \ php${PHP_VERSION}-fpm \
php${PHP_VERSION}-curl \ php${PHP_VERSION}-curl \
php${PHP_VERSION}-pecl-redis \
sudo \ sudo \
curl \ curl \
jq \ jq \