bell-sw / Liberica

Free and 100% open source Progressive Java Runtime for modern Java™ deployments supported by a leading OpenJDK contributor
https://bell-sw.com/pages/libericajdk/
GNU General Public License v2.0
323 stars 28 forks source link

[Proposal] Use heredoc instead of escape character '/' and operator '&&' in Dockerfile RUN instruction #185

Open swivelmargarita opened 1 month ago

swivelmargarita commented 1 month ago

I believe using heredoc in Dockerfiles (as mentioned in docker docs here) would increase readability overall. I didn't make sure the formatting, indentation etc. were correct, just modified the file so that it would work identical to old Dockerfile with '/'s and '&&'s. If there are problems with the file let me know.




Thanks, Takha

swivelmargarita commented 1 month ago

I created a pull request: https://github.com/bell-sw/Liberica/pull/187