mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-10 17:28:14 +01:00
6 lines
119 B
Docker
6 lines
119 B
Docker
FROM gitpod/workspace-full
|
|
|
|
USER gitpod
|
|
|
|
RUN pip3 install -U platformio && brew install uncrustify
|