Skip to content

docker build image --> addgroup: The GID `0' is already in use #193

@vpetrucci

Description

@vpetrucci

When using Docker script "./docker/benchbase/build-full-image.sh", the "RUN addgroup ..." command fails with the following msg "addgroup: The GID `0' is already in use."
A quick and dirty fix was to change these ARG variables as follows:
ARG U_ID=1000
ARG G_ID=1000
System used was Alma Linux 9 (podman-docker: 4.0.2-7)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions