1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-05 11:57:56 +00:00

Gitpod Support (#817)

This commit is contained in:
Merith
2021-06-12 13:33:08 -07:00
committed by GitHub
parent d71bf225cc
commit 75dfa71275
3 changed files with 34 additions and 0 deletions

8
config/gitpod/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM gitpod/workspace-base
USER gitpod
RUN sudo apt-get -q update \
&& sudo apt install -yq openjdk-8-jdk openjdk-16-jdk python3-pip \
&& sudo pip3 install pre-commit \
&& sudo update-java-alternatives --set java-1.8.0-openjdk-amd64