jenkins user in docker
This commit is contained in:
parent
23e38990a3
commit
bb4cc59049
@ -4,3 +4,6 @@ RUN apt-get update
|
||||
RUN apt-get --yes upgrade
|
||||
#tzdata is a dependency, won't install otherwise
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
#pip needs a valid user to work
|
||||
RUN adduser --uid 114 jenkins
|
Loading…
Reference in New Issue
Block a user