add gitpod configs

This commit is contained in:
Merith 2022-05-27 14:44:14 +00:00
parent 82666bf91a
commit 75921535e3
2 changed files with 9 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

2
.gitpod.yml Normal file
View file

@ -0,0 +1,2 @@
image:
file: .gitpod.Dockerfile