disable password prompt in adduser

This commit is contained in:
Michael Shaw 2022-12-01 16:10:48 -05:00
parent 934eccab0e
commit 764c836b46

View File

@ -6,4 +6,4 @@ RUN apk add --no-cache --upgrade grep
RUN addgroup --system --gid 116 jenkins 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