Added gitpod files

develop
Arthur Casals 2020-04-07 03:40:02 +02:00 committed by Arthur Casals
parent cfe8cec22a
commit ec90ff3682
2 changed files with 18 additions and 0 deletions

12
.gitpod.yml Normal file
View File

@ -0,0 +1,12 @@
image:
file: gitpod.dockerfile
tasks:
- init: ./gradlew jar idea
command: ./gradlew jar game
ports:
- port: 5900
onOpen: ignore
- port: 6080
onOpen: open-preview

6
gitpod.dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM gitpod/workspace-full-vnc
RUN sudo apt-get update && \
sudo env "DEBIAN_FRONTEND=noninteractive" apt-get install -y libasound2-plugins libopenal1 zenity libopenal-dev libsndfile1-dev && \
sudo rm -rf /var/lib/apt/lists/* && \
echo "drivers=pulse" >> /etc/openal/alsoft.conf