Skip to content

Commit

Permalink
Remove sdkman stuff from gitpod image (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Jun 15, 2020
1 parent f475c5c commit a178d9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM gitpod/workspace-full

RUN echo 'unset JAVA_TOOL_OPTIONS' >> /home/gitpod/.bashrc.d/99-clear-java-tool-options
RUN echo 'unset JAVA_TOOL_OPTIONS' >> /home/gitpod/.bashrc.d/99-clear-java-tool-options && rm -rf /home/gitpod/.sdkman

RUN curl -fLo cs https://git.io/coursier-cli-linux &&\
chmod +x cs &&\
./cs java --jvm adopt:1.8.0-252 --env >> /home/gitpod/.bashrc.d/99-z-cs &&\
./cs install --env >> /home/gitpod/.bashrc.d/99-z-cs &&\
./cs java --jvm adopt:1.8.0-252 --env >> /home/gitpod/.bashrc.d/90-cs &&\
./cs install --env >> /home/gitpod/.bashrc.d/90-cs &&\
./cs install \
ammonite:2.1.4 \
bloop \
Expand Down

0 comments on commit a178d9f

Please sign in to comment.