Skip to content
Snippets Groups Projects
Commit b6df2d7a authored by Vineet Reddy Rajula's avatar Vineet Reddy Rajula
Browse files

Install php-redis dependencies in Dockerfile

parent ab4fe9b9
No related branches found
No related tags found
2 merge requests!11Perf nginx,!10Draft: Added Redis and Predis to composer
Pipeline #2697205 passed
......@@ -54,7 +54,12 @@ RUN set -eux; \
mysql-client \
; \
\
rm -rf /tmp/pear \
# install redis
pecl install -o -f redis \
; \
rm -rf /tmp/pear \
; \
docker-php-ext-enable redis \
; \
\
docker-php-ext-configure gd \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment