Skip to content

Commit

Permalink
Add missing java arg for sdk install
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 authored Jun 8, 2024
1 parent c024906 commit 568692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add bash curl git zip
RUN curl -s "https://get.sdkman.io" | bash
RUN bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && \
yes | sdk install java 21.0.3-tem && \
yes n | sdk install 17.0.11-tem && \
yes n | sdk install java 17.0.11-tem && \
rm -rf $HOME/.sdkman/archives/* && \
rm -rf $HOME/.sdkman/tmp/*"
COPY run-tests.py /run-tests.py
Expand Down

0 comments on commit 568692b

Please sign in to comment.