Dynatrace-AppMon-Docker icon indicating copy to clipboard operation
Dynatrace-AppMon-Docker copied to clipboard

CURL_INSECURE ignored if set in docker-compose build args

Open matthyx opened this issue 6 years ago • 0 comments

For some obscure reason, I have to set CURL_INSECURE in each Dockerfile as it is not taken into account when specified in docker-compose.yml (tested by putting a RUN env in Dockerfile) However, I can specify HTTP_PROXY and HTTPS_PROXY in docker-compose.yml and they're present at build time.

matthyx avatar Dec 08 '17 09:12 matthyx