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 a7436fe commit bae0241Copy full SHA for bae0241
.gitpod.Dockerfile
@@ -11,7 +11,7 @@ ARG JAVA_SDK="22-graalce"
11
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
12
&& sdk install java $JAVA_SDK \
13
&& sdk default java $JAVA_SDK \
14
- && sdk install maven
+ && sdk install maven \
15
&& sdk install quarkus"
16
17
RUN bash -c "curl 'https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip' -o 'awscliv2.zip' && unzip awscliv2.zip && sudo ./aws/install"
0 commit comments