This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
groupadd: GID '0' already exists #4
Labels
Comments
@renatorib has fixed the issue by basically removing any user/group creation. The resulting
@sebas5384 could you have a look at that? |
I guess it might be related to |
@renatorib it might be. But honestly, if we can simply get rid of this it would make the building simpler. We simply need to understand what issues does it solve. As far as I remember, this was only needed for Mac users - but is it really so? |
Yea, I totally agree. And yes, I think that was the only problem I had. |
6 tasks
I also had this error. During the installation process, in the file app:
extends: meta
image: taller-chat-app
build:
context: ./docker/
args:
USER_ID: "$USER_ID"
GROUP_ID: "$GROUP_ID"
... I remove args property of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While building the project, some users are reporting the following issue:
Apparently, the environment variable
GROUP_ID
is not coming as expected.The text was updated successfully, but these errors were encountered: