mirror of https://github.com/arendst/Tasmota.git
Install Platformio not in Gitpod Image
This commit is contained in:
parent
112a064682
commit
4b4f6aa784
|
@ -1,5 +1,3 @@
|
||||||
FROM gitpod/workspace-full
|
FROM gitpod/workspace-full
|
||||||
|
|
||||||
USER gitpod
|
USER gitpod
|
||||||
|
|
||||||
RUN pip3 install -U platformio
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
tasks:
|
tasks:
|
||||||
- before: platformio upgrade
|
- command: pip3 install -U platformio && platformio run -e tasmota
|
||||||
- command: platformio run -e tasmota
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
file: .gitpod.Dockerfile
|
file: .gitpod.Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue