From f4e4f863a903150a5325c1b225c7c36f731a8ab3 Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Tue, 24 Mar 2026 17:59:04 -0300 Subject: [PATCH] feat: simplify Dockerfile by removing redundant cp command; mark subproject commits as dirty --- Dockerfile.standalone | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.standalone b/Dockerfile.standalone index cb166fe..2c314fa 100644 --- a/Dockerfile.standalone +++ b/Dockerfile.standalone @@ -88,8 +88,7 @@ RUN arduino-cli config init \ && arduino-cli core update-index \ && arduino-cli core install arduino:avr \ && arduino-cli core install rp2040:rp2040 \ - && arduino-cli core install esp32:esp32 \ - && cp -a /root/.arduino15 /root/.arduino15-base + && arduino-cli core install esp32:esp32 WORKDIR /app