addgroup: gid '0' in use when building with docker #302
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#302
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 have similar error
im installing using my personal user, not root/admin
this does 100% sound like you are using a root user