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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: