disable password prompt in adduser
This commit is contained in:
parent
934eccab0e
commit
764c836b46
@ -6,4 +6,4 @@ RUN apk add --no-cache --upgrade grep
|
||||
|
||||
RUN addgroup --system --gid 116 jenkins
|
||||
|
||||
RUN adduser -system --uid 111 --ingroup jenkins --home /var/lib/jenkins --no-create-home jenkins
|
||||
RUN adduser -system --uid 111 --ingroup jenkins --home /var/lib/jenkins --no-create-home --disabled-password jenkins
|
||||
|
Loading…
Reference in New Issue
Block a user