You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emscripten image has two non-root users and groups: emscripten (1000),
me (1001). Since default user is me (1001), we need to pass host uid/gid
when host uid/gid are 1000. But passing them caused:
`groupmod: GID '1000' already exists`
so allow duplicated gid as well.
0 commit comments