From 5260261201c652238a3ceadbb993ad7412a46d46 Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Mon, 23 Mar 2026 11:34:23 -0300 Subject: [PATCH] feat: Add wokwi-boards library to Dockerfile and mark subprojects as dirty --- Dockerfile.standalone | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.standalone b/Dockerfile.standalone index 924eea8..6454924 100644 --- a/Dockerfile.standalone +++ b/Dockerfile.standalone @@ -33,7 +33,8 @@ WORKDIR /app # git is pre-installed in the node:20 Debian image. RUN git clone --depth=1 https://github.com/wokwi/avr8js.git wokwi-libs/avr8js \ && git clone --depth=1 https://github.com/wokwi/rp2040js.git wokwi-libs/rp2040js \ - && git clone --depth=1 https://github.com/wokwi/wokwi-elements.git wokwi-libs/wokwi-elements + && git clone --depth=1 https://github.com/wokwi/wokwi-elements.git wokwi-libs/wokwi-elements \ + && git clone --depth=1 https://github.com/wokwi/wokwi-boards.git wokwi-libs/wokwi-boards # Build avr8js WORKDIR /app/wokwi-libs/avr8js