Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal committed Nov 12, 2022
1 parent 4d162be commit 7bb0a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ARG uid=1000
ARG gid=1000

RUN groupadd -g "${gid}"${group} \
&& useradd -l -c "Jenkins user" -d /home/${user} -u "${uid}"-g "${gid}"-m "${user}"
&& useradd -l -c "Jenkins user" -d /home/${user} -u "${uid}"-g "${gid}" -m "${user}"

ARG AGENT_WORKDIR=/home/${user}/agent

Expand Down

0 comments on commit 7bb0a3f

Please sign in to comment.