1 2 3 4
FROM registry.gitlab.com/timvisee/send:v3.4.27 USER root RUN addgroup -g 1002 send && adduser -D -u 1002 -G send send USER send