summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-07-17 18:40:59 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-07-17 18:40:59 +0200
commitecb159c9cd56f449d574a4b8c63c7e8b64e9bd81 (patch)
tree4c05d463cc729188250b60bdee3f89ed951dcc51
parent41fb1568adf64628baee2729c50f4a8c8e36a3a3 (diff)
downloadbootstrap-ecb159c9cd56f449d574a4b8c63c7e8b64e9bd81.tar
bootstrap-ecb159c9cd56f449d574a4b8c63c7e8b64e9bd81.zip
Add sysroot mountpoint
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index d54f8f9..057d27a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,7 @@
FROM debian:10.9
+RUN mkdir /opt/sysroot
+
RUN mkdir /home/build
RUN useradd -r -U -u 800 -d /work -M build
RUN chown build:build /home/build