Do not default to php user shim.

This commit is contained in:
Greyscale 2022-05-18 08:03:00 +02:00
parent 5fc524e468
commit 33f15ec561
No known key found for this signature in database
GPG key ID: EF017054C3E9CD59

View file

@ -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