custom config file
This commit is contained in:
parent
7875bd0361
commit
bfdbae135a
@ -21,8 +21,11 @@ RUN \
|
||||
|
||||
USER $USER
|
||||
|
||||
# RUN \
|
||||
# env USER=arduino arduino-cli config init
|
||||
RUN \
|
||||
arduino-cli config init
|
||||
|
||||
COPY arduino-cli.yaml ~/.arduino15/
|
||||
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
||||
|
6
arduino-cli.yaml
Normal file
6
arduino-cli.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
proxy_type: auto
|
||||
sketchbook_path: /root/Arduino
|
||||
arduino_data: /root/.arduino15
|
||||
board_manager:
|
||||
additional_urls:
|
||||
- http://arduino.esp8266.com/stable/package_esp8266com_index.json
|
Loading…
x
Reference in New Issue
Block a user