Skip to content

Commit

Permalink
[CI] Fix failing Docker builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Aug 28, 2023
1 parent 26e4f99 commit d3414aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cppbuild/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG GROUP_ID
ARG CMAKE_VERSION=3.14.7
ARG GCC_VERSION

RUN groupadd --gid $GROUP_ID --system athena
RUN groupadd --gid $GROUP_ID --non-unique --system athena
RUN adduser --uid $USER_ID --system --gid $GROUP_ID athena

# Install dev tools
Expand Down
2 changes: 1 addition & 1 deletion cppbuild/rocky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG GROUP_ID
ARG CMAKE_VERSION=3.14.7
ARG GCC_VERSION

RUN groupadd --gid $GROUP_ID --system athena
RUN groupadd --gid $GROUP_ID --non-unique --system athena
RUN adduser --uid $USER_ID --system --gid $GROUP_ID athena

# Install dev tools
Expand Down

0 comments on commit d3414aa

Please sign in to comment.