Skip to content

Commit

Permalink
Make Dockerfile command more friendly to copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
jberdine authored and gregsexton committed Jan 29, 2024
1 parent 35abd80 commit 1b054d9
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 @@ -14,7 +14,7 @@ RUN apt-get update && \
npx playwright install-deps

RUN sh -c 'curl -s "https://get.sdkman.io?rcupdate=false" | bash'
RUN bash -c "source /root/.sdkman/bin/sdkman-init.sh && \
RUN bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && \
sdk install gradle && \
sdk install java 20.0.2-tem"

Expand Down

0 comments on commit 1b054d9

Please sign in to comment.