mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-03-15 19:51:40 +00:00
6 lines
92 B
Text
6 lines
92 B
Text
|
FROM gitpod/workspace-full
|
||
|
|
||
|
USER gitpod
|
||
|
|
||
|
RUN pip3 install -U platformio
|