mirror of
https://github.com/Merith-TK/modpack-template.git
synced 2025-03-26 02:45:26 +00:00
add gitpod configs
This commit is contained in:
parent
82666bf91a
commit
75921535e3
2 changed files with 9 additions and 0 deletions
7
.gitpod.Dockerfile
vendored
Normal file
7
.gitpod.Dockerfile
vendored
Normal 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
2
.gitpod.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
image:
|
||||
file: .gitpod.Dockerfile
|
Loading…
Reference in a new issue