Container circleci/php:7.1-node-browsers broken

The latest update broke the container circleci/php:7.1-node-browsers.

Workaround:

- image: circleci/php@sha256:0c1e51bca767cd194ad243aed5e9eaac82810582b0a25dccc15fde421421f80c

Error message:

Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20160303/

/usr/local/bin/docker-php-ext-enable: 108: /usr/local/bin/docker-php-ext-enable: cannot create /conf.d/docker-php-ext-pdo_mysql.ini: Directory nonexistent
Exited with code 123

Triggered by:

   steps:
      - run:
          name: Install PHP extensions
          command: |
            sudo docker-php-ext-install pdo_mysql mysqli bcmath

The temporary fix is to use sudo -E and the longterm fix is building right now:

It should be finished rebuilding all the PHP images in about 100 minutes from now.