jenkins user in docker
Some checks failed
EIVE/-/pipeline/pr-main There was a failure building this commit
Some checks failed
EIVE/-/pipeline/pr-main There was a failure building this commit
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user