Browse Source

add more Dockerfile comments

Brad Fitzpatrick 11 years ago
parent
commit
a58a8de1f7
1 changed files with 8 additions and 0 deletions
  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 && \