buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgmp-dev libicu-dev libjpeg62-turbo-dev libpng-dev libpq-dev libzip-dev $PHPIZE_DEPS ; docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ ; docker-php-ext-install -j\"$(getconf _NPROCESSORS_ONLN)\" bcmath gd gmp intl opcache pdo_mysql pdo_pgsql pcntl sockets zip ; pecl update-channels; pecl install redis xdebug ; docker-php-ext-enable redis; rm -rf /tmp/pear ~/.pearrc; apt-mark auto '.*' > /dev/null; [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; php --version" did not complete successfully: exit code: 1