Skip to content

Instantly share code, notes, and snippets.

@kipras
kipras / curl-GnuTLS.Dockerfile
Last active January 23, 2019 13:13
curl-7.61.0 GnuTLS-3.6.3+ (2018 08 22) nghttp2-1.32.0
# 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 .