remove broken shim
This commit is contained in:
parent
33f15ec561
commit
21ef488075
2 changed files with 0 additions and 6 deletions
|
|
@ -108,9 +108,6 @@ RUN apt-get -qq update && \
|
|||
dos2unix -q /etc/service/*/run && \
|
||||
# Make sure all our new services are executable
|
||||
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-uid && \
|
||||
# Cleanup the /conf dir
|
||||
rm -R /conf && \
|
||||
# Write the PHP version into some template locations
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
sudo -u www-data /usr/bin/php "$*"
|
||||
return $?
|
||||
Loading…
Reference in a new issue