Explorar el Código

add more Dockerfile comments

Brad Fitzpatrick hace 11 años
padre
commit
a58a8de1f7
Se han modificado 1 ficheros con 8 adiciones y 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 && \