瀏覽代碼

Foo

gitpod
Malte Schmitz 4 年之前
父節點
當前提交
25c98e2d5b
共有 2 個文件被更改,包括 15 次插入0 次删除
  1. +10
    -0
      .gitpod.Dockerfile
  2. +5
    -0
      .gitpod.yml

+ 10
- 0
.gitpod.Dockerfile 查看文件

@@ -0,0 +1,10 @@
FROM gitpod/workspace-full

# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/

RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
&& sdk install java 8.0.265-open"

+ 5
- 0
.gitpod.yml 查看文件

@@ -0,0 +1,5 @@
image:
file: .gitpod.Dockerfile

tasks:
- init: mvn install -DskipTests=false

Loading…
取消
儲存