We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5595afb commit d1af357Copy full SHA for d1af357
.gitpod.Dockerfile
@@ -1,4 +1,4 @@
1
FROM gitpod/workspace-postgres
2
USER gitpod
3
RUN bash -c "chmod +x ~/.sdkman/bin/sdkman-init.sh && . ~/.sdkman/bin/sdkman-init.sh && sdk install java 17.0.7-amzn && sdk default java 17.0.7-amzn"
4
-RUN bash -c "echo ~/.sdkman/bin/sdkman-init.sh >> ~/.zshrc"
+RUN bash -c "echo '. ~/.sdkman/bin/sdkman-init.sh' >> ~/.zshrc"
0 commit comments