From d59db2112ea379a53c1575133fff7570d867c366 Mon Sep 17 00:00:00 2001 From: James Deathe Date: Sat, 20 Jul 2019 15:30:58 +0100 Subject: [PATCH] #190: Updates metadata org.deathe.description to include PHP redis. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a09119..a9cf89b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,6 +85,6 @@ jdeathe/centos-ssh-apache-php-fcgi:${RELEASE_VERSION} \ org.deathe.license="MIT" \ org.deathe.vendor="jdeathe" \ org.deathe.url="https://github.com/jdeathe/centos-ssh-apache-php-fcgi" \ - org.deathe.description="CentOS-6 6.10 x86_64 - Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1." + org.deathe.description="CentOS-6 6.10 x86_64 - Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP redis 2.2, PHP APC 3.1." CMD ["/usr/bin/supervisord", "--configuration=/etc/supervisord.conf"]