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 c051492 commit 863cb61Copy full SHA for 863cb61
docker/Dockerfile
@@ -20,7 +20,7 @@ ENV LANGUAGE=en_US.UTF-8
20
21
# JDK dependency
22
RUN curl -s "https://get.sdkman.io" | bash
23
-RUN source "/root/.sdkman/bin/sdkman-init.sh" && sdk install java 24.0.1-amzn --use
+RUN bash -c "source /root/.sdkman/bin/sdkman-init.sh && sdk install java 24.0.1-amzn"
24
25
RUN curl -O https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz && \
26
tar zxf swiftly-$(uname -m).tar.gz && \
0 commit comments