mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
Added php memcached extension to docker Alpine image.
This commit is contained in:
parent
9452973845
commit
af4d62759f
|
@ -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 \
|
||||||
|
@ -85,4 +86,4 @@ ENTRYPOINT ["/sbin/tini", "--"]
|
||||||
|
|
||||||
CMD ["/entrypoint.sh"]
|
CMD ["/entrypoint.sh"]
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
Loading…
Reference in a new issue