1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-06 12:27:56 +00:00

Update Readme, add gitpod support

This commit is contained in:
Merith
2021-06-06 03:32:54 +00:00
parent 19d1cc0320
commit 6a4f09e7b1
3 changed files with 24 additions and 10 deletions

14
.gitpod.Dockerfile vendored Normal file
View File

@@ -0,0 +1,14 @@
FROM gitpod/workspace-full
USER gitpod
# Install custom tools, runtime, etc. using apt-get
# For example, the command below would install "bastet" - a command line tetris clone:
#
# RUN sudo apt-get -q update && \
# sudo apt-get install -yq bastet && \
# sudo rm -rf /var/lib/apt/lists/*
#
# More information: https://www.gitpod.io/docs/config-docker/
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && sdk install java 8.0.292.hs-adpt"