From 10e34ae38aacfa5653e72c1d47adc5db606e6d2a Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 20 Dec 2022 17:59:53 +0100 Subject: [PATCH] install cubecell stuff --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ac6fbe..712b0ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,8 @@ RUN \ arduino-cli core install arduino:samd && \ arduino-cli core install esp8266:esp8266 && \ arduino-cli core install esp32:esp32 && \ - arduino-cli core install Heltec-esp32:esp32 + arduino-cli core install Heltec-esp32:esp32 && \ + arduino-cli core install CubeCell:CubeCell CMD ["/bin/bash"]