From bb4cc59049fe26bec134f8310fc62805982d6f66 Mon Sep 17 00:00:00 2001 From: Ulrich Mohr Date: Sun, 11 Jun 2023 12:12:47 +0200 Subject: [PATCH] jenkins user in docker --- automation/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automation/Dockerfile b/automation/Dockerfile index 9faa42f..61f39b6 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -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 \ No newline at end of file