summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-06-19 18:21:34 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-06-19 18:21:34 +0200
commit41fb1568adf64628baee2729c50f4a8c8e36a3a3 (patch)
treea5848e5078561133450d0ef6d3623b15c2a79b50
downloadbootstrap-41fb1568adf64628baee2729c50f4a8c8e36a3a3.tar
bootstrap-41fb1568adf64628baee2729c50f4a8c8e36a3a3.zip
Initial commit
-rw-r--r--Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..d54f8f9
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,8 @@
+FROM debian:10.9
+
+RUN mkdir /home/build
+RUN useradd -r -U -u 800 -d /work -M build
+RUN chown build:build /home/build
+
+USER build
+WORKDIR /home/build