diff --git a/Dockerfile.lsphp b/Dockerfile.lsphp index 38451ec..c884838 100644 --- a/Dockerfile.lsphp +++ b/Dockerfile.lsphp @@ -87,7 +87,7 @@ RUN bash -c 'set -e; \ ## cac_path_parity.from/.to mapping, so it is safe in any context (including ## wp-cli runs, where $_SERVER carries no filesystem paths). ## -## The trailing `lsphp -m | grep` is a BUILD-TIME ASSERTION: if the .so fails to + grep` is a BUILD-TIME ASSERTION| grep` is a BUILD-TIME ASSERTION: if the .so fails to ## load (ABI drift after a base-image PHP bump, bad build) the image build fails ## here rather than shipping a sidecar that silently lost path parity. ## NOTE: probe lsphp with `-i` ONLY. The lsphp binary is the LSAPI SAPI, not the