After getting Chrome up and running as the www-data user for Laravel workers, I tried to generate a PDF during a web request and got Chrome's "No usable sandbox!" error. Uh-oh. Chrome needs a sandbox, it is strongly discouraged to run without one. So, how to get a sandbox up and running? A lot of...