Sfoglia il codice sorgente

Add "Pkg.add" to our Julia test to ensure it continues functioning properly

Tianon Gravi 9 anni fa
parent
commit
b046b5dbff
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      test/tests/julia-hello-world/container.jl

+ 3 - 0
test/tests/julia-hello-world/container.jl

@@ -2,3 +2,6 @@ println("Hello World!");
 
 # https://github.com/docker-library/julia/pull/6
 download("https://google.com");
+
+# https://github.com/docker-library/julia/pull/9
+Pkg.add("JSON");