#11 ERROR: process "/bin/bash -ol pipefail -c yarn install --check-cache" did not complete successfully: exit code: 128
-----
> [stage-0 7/11] RUN --mount=type=cache,id=s/91e262ef-85b0-4b77-b60c-089a327c9b02-/usr/local/share/cache/yarn/v6,target=/usr/local/share/.cache/yarn/v6 yarn install --check-cache:
62.90 error Command failed.
62.90 Exit code: 128
62.90 Command: git
62.90 Arguments: ls-remote --tags --heads https://github.com/ethereumjs/ethereumjs-abi.git
62.90 Directory: /app
62.90 Output:
62.90 /usr/lib/git-core/git-remote-https: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/libdl.so.2)
62.90 /usr/lib/git-core/git-remote-https: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/libpthread.so.0)
62.90 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
-----
Dockerfile:21
-------------------
19 | COPY . /app/.
20 | RUN --mount=type=cache,id=s/91e262ef-85b0-4b77-b60c-089a327c9b02-/usr/local/share/cache/yarn/v6,target=/usr/local/share/.cache/yarn/v6 npm install -g corepack && corepack enable
21 | >>> RUN --mount=type=cache,id=s/91e262ef-85b0-4b77-b60c-089a327c9b02-/usr/local/share/cache/yarn/v6,target=/usr/local/share/.cache/yarn/v6 yarn install --check-cache
22 |
23 | # build phase
-------------------
ERROR: failed to solve: process "/bin/bash -ol pipefail -c yarn install --check-cache" did not complete successfully: exit code: 128
Error: Docker build failed