custom config file

This commit is contained in:
Wolfgang Hottgenroth 2019-04-29 23:10:59 +02:00
parent 7875bd0361
commit bfdbae135a
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4
2 changed files with 11 additions and 2 deletions

View File

@ -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
View 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