Docker – How to include curl in image built with bootbuildimage (spring boot) that uses Paketo Buildpacks
I have the below Dockerfile and part of a customization of the bootBuildImage gradle task. My goal is to build an image that contains curl (and a minimal shell, /bin/sh to execute I think). I use the Kamal deploy tool…