marcelstoer / docker-nodemcu-build

Docker image to build NodeMCU firmware for the ESP8266 on your machine
https://hub.docker.com/r/marcelstoer/nodemcu-build/
MIT License
129 stars 63 forks source link

Build dependency for SPIFFS image creation missing #19

Closed karrots closed 7 years ago

karrots commented 7 years ago

Build fails if files are in local/fs. The image doesn't contain GCC needed to build spiffsimg.

Related to issue #5 but I figured it should be an independent issue so it could be fixed before the details of #5 are worked out.