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 a336611 commit e66d375Copy full SHA for e66d375
.gitpod.Dockerfile
@@ -2,4 +2,3 @@ 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"
5
-RUN bash -c "psql -c 'create user postgres' || true"
0 commit comments