jenkins user in docker

This commit is contained in:
Ulrich Mohr 2023-06-11 12:12:47 +02:00 committed by Robin Mueller
parent 23e38990a3
commit bb4cc59049
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