Docker failed to pull image

This is weird, and very possible my fault.
I have a Dockerfle

When I build this Dockerfile normally inside of the IDX, it works.
But when I try to pull a version of this image, built with identical Dockerfile in GitHub workflow, it fail with the following error:

docker pull ghcr.io/sunnyayyl/flutter-dockerfile@sha256:d5f4389cc07d9b19faeea492af0747e290341877fd55e48a027c1b77a6191762
failed to register layer: failed to Lchown "/flutter/bin/cache/artifacts/gradle_wrapper/gradle" for UID 397546, GID 5000 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /flutter/bin/cache/artifacts/gradle_wrapper/gradle: invalid argument

The image itself work on GitHub action (I have another GitHub action that use ghcr.io/sunnyayyl/flutter-dockerfile and it work) the pull error seemed to only occur on IDX