From 5dbd46f9ffcd0ad57dd7379ca75f9a32c033e8bd Mon Sep 17 00:00:00 2001 From: Valentino Lauciani Date: Mon, 16 Sep 2019 15:00:44 +0200 Subject: [PATCH] Update comment --- laravel-horizon/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel-horizon/Dockerfile b/laravel-horizon/Dockerfile index 60079bdb..766b2459 100644 --- a/laravel-horizon/Dockerfile +++ b/laravel-horizon/Dockerfile @@ -51,7 +51,7 @@ RUN if [ ${INSTALL_CASSANDRA} = true ]; then \ apk --update add cassandra-cpp-driver \ ;fi -# Install PhpRedis +# Install PhpRedis package: ARG INSTALL_PHPREDIS=false RUN if [ ${INSTALL_PHPREDIS} = true ]; then \ # Install Php Redis Extension