Skip to content

Commit

Permalink
Merge pull request #12 from anboralabs/gipodify
Browse files Browse the repository at this point in the history
Add git pod to project.
  • Loading branch information
dalgarins authored Oct 31, 2024
2 parents 6790707 + bdb3c91 commit e16aa12
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM gitpod/workspace-full-vnc as vnc
RUN sudo apt-get update && \
sudo apt-get install -y libgtk-3-dev && \
sudo rm -rf /var/lib/apt/lists/*

USER gitpod
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \
sdk install java 17.0.10-jbr && \
sdk default java 17.0.10-jbr"
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
image:
file: .gitpod.Dockerfile
ports:
- port: 5900
onOpen: ignore
- port: 6080
onOpen: open-preview


0 comments on commit e16aa12

Please sign in to comment.