Ensure not to use in RUN both 'curl' and 'wget'
The curl and wget are utilities which doing the same, to reduce the dependencies inside an image, and to reduce potential vulnerabilities in those tools in the future, choose only one of those programs.
Updated 7 months ago