summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 83f4d4e..b6247bb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,7 @@
FROM debian:10.10
+RUN apt-get update && apt-get -y install build-essential && apt-get clean
+
RUN mkdir /opt/sysroot
RUN mkdir /home/build