25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
314 B

  1. FROM gitpod/workspace-full
  2. # Install custom tools, runtimes, etc.
  3. # For example "bastet", a command-line tetris clone:
  4. # RUN brew install bastet
  5. #
  6. # More information: https://www.gitpod.io/docs/config-docker/
  7. RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
  8. && sdk install java 8.0.265-open"