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
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)