I create docker file using alpine base image and built the image. That image contains java:11 and maven. I want to include gradle also. How do i do it?