For some certain reasons, I have to set \"http_proxy\" and \"https_proxy\" ENV in my dockerfile. I would like to now unset them because there are also some buil
ENV
You can add below lines in the Dockerfile
ENV http_proxy "" ENV https_proxy ""