mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2025-07-02 05:56:58 +01:00
gitpod
This commit is contained in:
parent
f867511181
commit
8a6cb3a13e
4 changed files with 19 additions and 1 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
|
Loading…
Add table
Add a link
Reference in a new issue