summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c31cfe7..dd98a29 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,15 @@ RUN mkdir -p /app/firmware
WORKDIR /app
+COPY config/west.yml config/west.yml
+
+# West Init
+RUN west init -l config
+# West Update
+RUN west update
+# West Zephyr export
+RUN west zephyr-export
+
COPY config config
COPY bin/build.sh ./