Skip to content

Commit 863cb61

Browse files
authored
Update Dockerfile
1 parent c051492 commit 863cb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV LANGUAGE=en_US.UTF-8
2020

2121
# JDK dependency
2222
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
23+
RUN bash -c "source /root/.sdkman/bin/sdkman-init.sh && sdk install java 24.0.1-amzn"
2424

2525
RUN curl -O https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz && \
2626
tar zxf swiftly-$(uname -m).tar.gz && \

0 commit comments

Comments
 (0)