• Show log

    Commit

  • Hash : 8621bdda
    Author : Patrick Steinhardt
    Date : 2020-03-13T22:42:51

    azure: docker: use insecure flag to fix curl downloads
    
    We currently hve some problems with our curl downloads when building
    Docker images. It's not quite obvious what the problem is and they seem
    to occur semi-randomly. To unblock our CI, let's add the "--insecure"
    flag to curl to ignore any certificate errors. This is intended as a
    temporary solution only.