mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed ( #10910 ) : Add php redis extension
This commit is contained in:
parent
be0933a708
commit
c3698053ea
|
@ -23,6 +23,7 @@ php7.4-xml \
|
||||||
php7.4-mbstring \
|
php7.4-mbstring \
|
||||||
php7.4-zip \
|
php7.4-zip \
|
||||||
php7.4-bcmath \
|
php7.4-bcmath \
|
||||||
|
php7.4-redis \
|
||||||
patch \
|
patch \
|
||||||
curl \
|
curl \
|
||||||
wget \
|
wget \
|
||||||
|
|
|
@ -27,6 +27,7 @@ RUN apk add --no-cache \
|
||||||
php7-xmlwriter \
|
php7-xmlwriter \
|
||||||
php7-xmlreader \
|
php7-xmlreader \
|
||||||
php7-sodium \
|
php7-sodium \
|
||||||
|
php7-redis \
|
||||||
curl \
|
curl \
|
||||||
wget \
|
wget \
|
||||||
vim \
|
vim \
|
||||||
|
|
Loading…
Reference in a new issue