Install Platformio not in Gitpod Image

This commit is contained in:
Jason2866
2022-06-19 13:40:29 +02:00
committed by GitHub
parent 112a064682
commit 4b4f6aa784
2 changed files with 1 additions and 4 deletions
-2
View File
@@ -1,5 +1,3 @@
FROM gitpod/workspace-full
USER gitpod
RUN pip3 install -U platformio
+1 -2
View File
@@ -1,6 +1,5 @@
tasks:
- before: platformio upgrade
- command: platformio run -e tasmota
- command: pip3 install -U platformio && platformio run -e tasmota
image:
file: .gitpod.Dockerfile