Gitpod Support (#2)

* add gitpod configs

* add gitpod to readme

* add more gitpod support

* enhance update-pacwiz
This commit is contained in:
Merith 2022-05-27 08:12:41 -07:00 committed by GitHub
parent 82666bf91a
commit 72aee4e469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 0 deletions

7
.gitpod.Dockerfile vendored Normal file
View file

@ -0,0 +1,7 @@
FROM gitpod/workspace-go
RUN sudo apt-get -q update && \
sudo apt install p7zip-full make && \
sudo apt install -yq openjdk-17-jdk
RUN sudo update-java-alternatives --set java-1.17.0-openjdk-amd64