Skip to content

Commit 8ba8fdd

Browse files
authored
Remove version call
1 parent 5a36c66 commit 8ba8fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED=1
55

66
RUN apk add bash curl git zip
77
RUN curl -s "https://get.sdkman.io" | bash
8-
RUN bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && sdk version"
8+
RUN bash -c "source $HOME/.sdkman/bin/sdkman-init.sh"
99
# Install JDK 21 and set it as default
1010
RUN bash -c "yes | sdk install java 21.0.3-tem"
1111
# Install JDK 17 but don't set it as default

0 commit comments

Comments
 (0)