summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-16 17:33:38 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-25 14:15:22 +0200
commit6ebfbbb4f11c032f0c3fee3aab9cfb30ce717ea6 (patch)
tree0457dbf0eaf4aeeaa1b55437cd7778ce50ce781e /Dockerfile
parent7835d1f007353883f5e4b7d75eaa6083dd5f1bc2 (diff)
downloadbootstrap-6ebfbbb4f11c032f0c3fee3aab9cfb30ce717ea6.tar
bootstrap-6ebfbbb4f11c032f0c3fee3aab9cfb30ce717ea6.zip
Add build helpers
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 9bf9e08..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,12 +0,0 @@
-FROM debian:11.0
-
-RUN apt-get update && apt-get -y install build-essential && apt-get clean
-
-RUN mkdir /opt/sysroot
-
-RUN mkdir /build
-RUN useradd -U -u 1000 -d /build -M build
-RUN chown build:build /build
-
-USER build
-WORKDIR /build