You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker file adds some programs (curl) to simply build the image which makes the overall size larger than needed and less secure (stuff running which isn't needed).
The docker file adds some programs (curl) to simply build the image which makes the overall size larger than needed and less secure (stuff running which isn't needed).
We should move to multi-stage builds. see here (under use JRE not JDK) for example for how to use multi-stage builds.
The text was updated successfully, but these errors were encountered: