mirror of
https://github.com/arendst/Tasmota.git
synced 2026-06-12 05:14:40 -04:00
6 lines
92 B
Docker
6 lines
92 B
Docker
FROM gitpod/workspace-full
|
|
|
|
USER gitpod
|
|
|
|
RUN pip3 install -U platformio
|