buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get install -qq nodejs > /dev/null && echo \"node version: `node -v`\" && curl -sS -k https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - > /dev/null && echo \"deb https://dl.yarnpkg.com/debian/ stable main\" | tee /etc/apt/sources.list.d/yarn.list > /dev/null && apt-get update -qq > /dev/null && apt-get install -qq yarn > /dev/null && rm -rf /var/lib/apt/lists/ && npm install --quiet -g npm > /dev/null && echo \"npm version: `npm -v`\" && npm install --quiet -g bower cordova eslint gulp-cli @ionic/cli jshint karma-cli mocha node-gyp npm-check-updates @react-native-community/cli > /dev/null && npm cache clean --force > /dev/null && apt-get -y clean && apt-get -y autoremove && rm -rf /var/lib/apt/lists/* && echo 'debconf debconf/frontend select Dialog' | debconf-set-selections && NODE_VERSION=$(node --version) && YARN_VERSION=$(yarn --version) && echo \"NODE_VERSION=$NODE_VERSION\" >> ${INSTALLED_TEMP} && echo \"YARN_VERSION=$YARN_VERSION\" >> ${INSTALLED_TEMP} && echo \"Globally Installed NPM Packages:\" >> ${INSTALLED_TEMP} && echo \"$(npm list -g)\" >> ${INSTALLED_TEMP}" did not complete successfully: exit code: 100