6 lines
97 B
Docker
6 lines
97 B
Docker
FROM gitpod/workspace-full
|
|
|
|
USER gitpod
|
|
|
|
RUN sudo pip3 install -U platformio
|