Skip to content

Commit 2688cec

Browse files
SJrXSteve Ramage
andauthored
ci: fix uid of build user #339 (#340)
Co-authored-by: Steve Ramage <[email protected]>
1 parent 482d75a commit 2688cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/Build-Environment.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ RUN apt-get install -y git openjdk-17-jdk-headless
66

77
WORKDIR /tmp
88

9-
RUN useradd -m builduser -u 1001
9+
RUN useradd -m builduser -u 1000
1010

11-
USER 1001
11+
USER 1000
1212

1313
RUN git clone https://github.com/SJrX/systemdUnitFilePlugin.git -b 223.x
1414

0 commit comments

Comments
 (0)