diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2021-07-17 18:40:59 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2021-07-17 18:40:59 +0200 |
commit | ecb159c9cd56f449d574a4b8c63c7e8b64e9bd81 (patch) | |
tree | 4c05d463cc729188250b60bdee3f89ed951dcc51 /Dockerfile | |
parent | 41fb1568adf64628baee2729c50f4a8c8e36a3a3 (diff) | |
download | bootstrap-ecb159c9cd56f449d574a4b8c63c7e8b64e9bd81.tar bootstrap-ecb159c9cd56f449d574a4b8c63c7e8b64e9bd81.zip |
Add sysroot mountpoint
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |