Explorar o código

add more Dockerfile comments

Brad Fitzpatrick %!s(int64=11) %!d(string=hai) anos
pai
achega
a58a8de1f7
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      Dockerfile

+ 8 - 0
Dockerfile

@@ -1,3 +1,11 @@
+#
+# This Dockerfile builds a recent curl with HTTP/2 client support, using
+# a recent nghttp2 build.
+#
+# See the Makefile for how to tag it. If Docker and that image is found, the
+# Go tests use this curl binary for integration tests.
+#
+
 FROM ubuntu:trusty
 
 RUN apt-get update && \