Skip to content

Commit a603fc6

Browse files
authored
Merge pull request #3696 from SUSE/xorg_gid
Adjust gid for xorg server as well to match previously used gid
2 parents 221ced3 + bfbb1d1 commit a603fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bci_build/package/xorg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
build_stage_custom_end=generate_package_version_check(
8888
"xorg-x11-server", tag_ver, ParseVersion.MAJOR, use_target=True
8989
)
90-
+ "\nRUN useradd -m user -u 1000",
90+
+ "\nRUN useradd -m user -u 1000 -g 100",
9191
custom_end=textwrap.dedent(f"""
9292
COPY --from=builder /etc/passwd /etc/passwd
9393
COPY --from=builder /etc/group /etc/group

0 commit comments

Comments
 (0)