This helps us prevent an accidental repeat of the issue described in https://github.com/docker-library/julia/pull/6.
@@ -1 +1,4 @@
println("Hello World!");
+
+# https://github.com/docker-library/julia/pull/6
+download("https://google.com");