We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112a064 commit 4b4f6aaCopy full SHA for 4b4f6aa
.gitpod.Dockerfile
@@ -1,5 +1,3 @@
1
FROM gitpod/workspace-full
2
3
USER gitpod
4
-
5
-RUN pip3 install -U platformio
.gitpod.yml
@@ -1,6 +1,5 @@
tasks:
- - before: platformio upgrade
- - command: platformio run -e tasmota
+ - command: pip3 install -U platformio && platformio run -e tasmota
image:
6
file: .gitpod.Dockerfile
0 commit comments