buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect.sources /etc/apt/sources.list.d/app-protect.sources; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tcp /tmp/app-protect-dos.sources /etc/apt/sources.list.d/app-protect-dos.sources; \tfi \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y ca-certificates gpg \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check libcap2-bin libcurl4 \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then apt-get install --no-install-recommends --no-install-suggests -y nginx-agent; fi \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tapt-get install --no-install-recommends --no-install-suggests -y app-protect app-protect-attack-signatures app-protect-threat-campaigns; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tapt-get install --no-install-recommends --no-install-suggests -y app-protect-dos; \tfi \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \trm -f /etc/apt/sources.list.d/app-protect.sources; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \trm -f /etc/apt/sources.list.d/app-protect-dos.sources; \tfi \t&& rm -rf /var/lib/apt/lists/* \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tnap-waf.sh \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh \t; fi \t; fi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tnap-dos.sh \t; fi" did not complete successfully: exit code: 100