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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

2
.gitpod.Dockerfile vendored
View File

@ -1,5 +1,3 @@
FROM gitpod/workspace-full
USER gitpod
RUN pip3 install -U platformio

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