bulkupdate

This commit is contained in:
Tobias Kessels
2018-08-10 16:48:08 +02:00
parent 9178547b18
commit c541217a52
5 changed files with 34 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM debian:stretch
#FROM ubuntu:16.04
MAINTAINER tabledevil
RUN groupadd -g 999 user && \
useradd -r -u 999 -g user user
USER user