aboutsummaryrefslogtreecommitdiff
path: root/send
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--send/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/send/Dockerfile b/send/Dockerfile
new file mode 100644
index 0000000..47144c0
--- /dev/null
+++ b/send/Dockerfile
@@ -0,0 +1,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