Skip to content

Commit

Permalink
[gitpod.yml]: Install Java 18 for the Java extension to function prop…
Browse files Browse the repository at this point in the history
…erly
  • Loading branch information
filiptronicek committed Aug 5, 2022
1 parent bca1102 commit 6e2fb0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ENV DOCKER_BUMP=1
USER gitpod

RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
# Install Java 18 for the Java extension to function properly
&& sdk install java 18.0.1.1-open \
&& sdk install java 11.0.2-open"

RUN curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.3-linux-x86_64.tar.gz --output elasticsearch-linux-x86_64.tar.gz \
Expand Down

0 comments on commit 6e2fb0f

Please sign in to comment.