diff options
| author | jdlugosz963 <jdlugosz963@gmail.com> | 2025-08-11 17:36:57 +0200 |
|---|---|---|
| committer | jdlugosz963 <jdlugosz963@gmail.com> | 2025-08-11 17:40:12 +0200 |
| commit | bc591dcedf45b80f70661f33c42c68dbd581e901 (patch) | |
| tree | 4a3cbd7831d8e0d8ce12f318d64e06848c9ea3ab /files/.bin/jd-arduino-cli.Dockerfile | |
| parent | 1ebb0e267b40d86386b66b7b81686461446e39f8 (diff) | |
| download | dotfiles-bc591dcedf45b80f70661f33c42c68dbd581e901.tar.gz dotfiles-bc591dcedf45b80f70661f33c42c68dbd581e901.zip | |
Migrate to RDE
Diffstat (limited to 'files/.bin/jd-arduino-cli.Dockerfile')
| -rw-r--r-- | files/.bin/jd-arduino-cli.Dockerfile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/files/.bin/jd-arduino-cli.Dockerfile b/files/.bin/jd-arduino-cli.Dockerfile deleted file mode 100644 index cb8eb91..0000000 --- a/files/.bin/jd-arduino-cli.Dockerfile +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | FROM python:3.12-rc-slim | ||
| 2 | |||
| 3 | RUN apt update && apt install -y wget && \ | ||
| 4 | wget https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_64bit.tar.gz && \ | ||
| 5 | tar -C /usr/bin/ -xf arduino-cli_nightly-latest_Linux_64bit.tar.gz | ||
| 6 | |||
| 7 | RUN mkdir ~/.arduino15 && \ | ||
| 8 | echo "board_manager:" > ~/.arduino15/arduino-cli.yaml && \ | ||
| 9 | echo " additional_urls:" >> ~/.arduino15/arduino-cli.yaml && \ | ||
| 10 | echo " - http://arduino.esp8266.com/stable/package_esp8266com_index.json" >> ~/.arduino15/arduino-cli.yaml | ||
| 11 | |||
| 12 | |||
| 13 | RUN arduino-cli core update-index && \ | ||
| 14 | arduino-cli core install esp8266:esp8266 | ||
| 15 | |||
| 16 | WORKDIR /src \ No newline at end of file | ||
