Skip to content

Commit

Permalink
remove unneeded java from gitpod docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored Jan 2, 2021
1 parent 5ad40ca commit 3c386c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitpod.DockerFile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
FROM gitpod/workspace-full:latest

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

RUN bash -c ". .nvm/nvm.sh \
&& nvm install 14 \
&& nvm use 14 \
&& nvm alias default 14"

RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix
RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix

0 comments on commit 3c386c4

Please sign in to comment.