From 33f15ec561c4d2e11778b15bb400b40668a519d6 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Wed, 18 May 2022 08:03:00 +0200 Subject: [PATCH] Do not default to php user shim. --- php/Dockerfile.Flavours | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/Dockerfile.Flavours b/php/Dockerfile.Flavours index f65796a..1b2f434 100644 --- a/php/Dockerfile.Flavours +++ b/php/Dockerfile.Flavours @@ -110,7 +110,7 @@ RUN apt-get -qq update && \ chmod +x /etc/service/*/run && \ # Insert shim for php-cli still running in this nginx container to run as www-data. mv /conf/php-cli-user-shim.sh /usr/local/sbin/php-uid && \ - chmod +x /usr/local/sbin/php && \ + chmod +x /usr/local/sbin/php-uid && \ # Cleanup the /conf dir rm -R /conf && \ # Write the PHP version into some template locations