jenkins user in docker
EIVE/-/pipeline/pr-main There was a failure building this commit Details

This commit is contained in:
Ulrich Mohr 2023-06-11 12:12:47 +02:00
parent 822eaa4c89
commit acca981260
1 changed files with 3 additions and 0 deletions

View File

@ -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