emosenkis / esp-rs

Script for installing/running toolchain for building ESP8266 firmware in Rust
MIT License
329 stars 19 forks source link

Update Dockerfile for platformio user install #22

Closed antonok-edm closed 5 years ago

antonok-edm commented 6 years ago

https://github.com/emosenkis/esp-rs/commit/d75eafa3c8ee0c4a12f53e9a2720bbe4db870e9a broke the Dockerfile since the pip user install path isn't added by default. This adds it back to $PATH.

I also updated the Dockerfile to copy the current repo's source rather than just whatever version happens to be on Github at the time.

emosenkis commented 5 years ago

Thanks!