This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # This is a Dockerfile for building a Docker image containing a recent `curl`, with HTTP/2 and | |
| # TLSv1.3 support. The exact versions of `curl` and it's dependencies that are used are: | |
| # curl-7.61.0 | |
| # GnuTLS-3.6.3+ (2018 08 22) | |
| # nghttp2-1.32.0 | |
| # | |
| # Building | |
| # 1. download `curl.Dockerfile` | |
| # 2. run | |
| # docker build -t curl -t curl:7.61.0 -f curl.Dockerfile . | 
OlderNewer