addgroup: gid '0' in use when building with docker #302

Closed
opened 2022-11-23 19:40:08 +00:00 by Rib · 3 comments

When building with docker, I get the error addgroup: gid '0' in use on step 10/15.
DOCKER_USER=1000:1000 is in .env as described in the installation guide. I have to manually change $UID and $GID to 1000 in the docker file to build successfully.

When building with docker, I get the error `addgroup: gid '0' in use` on step 10/15. `DOCKER_USER=1000:1000` is in .env as described in the installation guide. I have to manually change $UID and $GID to 1000 in the docker file to build successfully.

I can't reproduce this. Are you installing using root instead of a separate user?

I can't reproduce this. Are you installing using root instead of a separate user?

I have similar error

addgroup: gid '100' in use
ERROR: Service 'db' failed to build: The command '/bin/sh -c addgroup -g $GID $UNAME' returned a non-zero code: 1

im installing using my personal user, not root/admin

I have similar error ``` addgroup: gid '100' in use ERROR: Service 'db' failed to build: The command '/bin/sh -c addgroup -g $GID $UNAME' returned a non-zero code: 1 ``` im installing using my personal user, not root/admin

this does 100% sound like you are using a root user

this does 100% sound like you are using a root user
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#302
No description provided.