Update .gitpod.Dockerfile

This commit is contained in:
Jason2866 2020-09-29 08:46:35 +02:00 committed by GitHub
parent 7578a0217a
commit 4864c29cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.gitpod.Dockerfile vendored
View File

@ -2,4 +2,4 @@ FROM gitpod/workspace-full
USER gitpod
RUN sudo pip3 install -U platformio
RUN pip3 install -U platformio && brew install uncrustify