mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #12028 from StarlessNights/feature/add-memcached-php-extensions-to-docker-images
Fixed #12027: Add memcached php extensions to docker images
This commit is contained in:
commit
f54c92ade2
|
@ -24,6 +24,7 @@ php7.4-mbstring \
|
||||||
php7.4-zip \
|
php7.4-zip \
|
||||||
php7.4-bcmath \
|
php7.4-bcmath \
|
||||||
php7.4-redis \
|
php7.4-redis \
|
||||||
|
php-memcached \
|
||||||
patch \
|
patch \
|
||||||
curl \
|
curl \
|
||||||
wget \
|
wget \
|
||||||
|
|
|
@ -28,6 +28,7 @@ RUN apk add --no-cache \
|
||||||
php7-xmlreader \
|
php7-xmlreader \
|
||||||
php7-sodium \
|
php7-sodium \
|
||||||
php7-redis \
|
php7-redis \
|
||||||
|
php7-pecl-memcached \
|
||||||
curl \
|
curl \
|
||||||
wget \
|
wget \
|
||||||
vim \
|
vim \
|
||||||
|
|
Loading…
Reference in a new issue