diff options
Diffstat (limited to 'base_sdc-python')
-rw-r--r-- | base_sdc-python/Dockerfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile index d2d316d..96e4eb8 100644 --- a/base_sdc-python/Dockerfile +++ b/base_sdc-python/Dockerfile @@ -28,7 +28,6 @@ RUN apk update && \ etc webrick \ --no-document +RUN addgroup -g 1000 sdc && adduser -S -u 1000 -G sdc -s /bin/sh sdc - - - +USER sdc |