aboutsummaryrefslogtreecommitdiff
path: root/send/Dockerfile
blob: 47144c01bfc18667472562f82bfb235a4df88a11 (plain) (blame)
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