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
128 stars 63 forks source link

requires libreadline-dev but not installed #74

Closed stevemac00 closed 4 years ago

stevemac00 commented 4 years ago

I received this error on an esp32 build: /opt/nodemcu-firmware/components/luac_cross/../lua/luaconf.h:305:31: fatal error: readline/readline.h: No such file or directory

for the next build, please apt-get install -y libreadline-dev in the docker file

marcelstoer commented 4 years ago

It's actually there already: https://github.com/marcelstoer/docker-nodemcu-build/blob/20a27d422fbe9244571c336e3c9473982105dd33/Dockerfile#L19

You might have to do a docker pull marcelstoer/docker-nodemcu-build to update your local copy of the image as per https://github.com/marcelstoer/docker-nodemcu-build#bangbang-regular-updates