mirror of
https://github.com/docker-library/php.git
synced 2025-08-20 13:53:47 +00:00
Add a pid cleaner in case container was killed unexpectedly
This commit is contained in:
@ -51,9 +51,6 @@ for version in "${versions[@]}"; do
|
||||
s/^(ENV PHP_VERSION) .*/\1 '"$fullVersion"'/;
|
||||
s/^(RUN gpg .* --recv-keys) [0-9a-fA-F ]*$/\1 '"$gpgKey"'/
|
||||
' "$version/Dockerfile" "$version/"*/Dockerfile
|
||||
|
||||
cp apache2.conf "$version/apache/"
|
||||
cp php-fpm.conf "$version/fpm/"
|
||||
)
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user