X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/afb710394b65fc82da8e4edd024a3a5fc1a18d54..1eb2ff90186bb24b6e2ecc73c31e9e2992ce27e9:/build/package-build-dockerfiles/Makefile diff --git a/build/package-build-dockerfiles/Makefile b/build/package-build-dockerfiles/Makefile index e35056b5c0..396370dad7 100644 --- a/build/package-build-dockerfiles/Makefile +++ b/build/package-build-dockerfiles/Makefile @@ -29,11 +29,15 @@ ubuntu1604/generated: common-generated-all cp -rlt ubuntu1604/generated common-generated/* GOTARBALL=go1.8.3.linux-amd64.tar.gz +NODETARBALL=node-v6.11.2-linux-x64.tar.xz -common-generated-all: common-generated/$(GOTARBALL) +common-generated-all: common-generated/$(GOTARBALL) common-generated/$(NODETARBALL) common-generated/$(GOTARBALL): common-generated wget -cqO common-generated/$(GOTARBALL) http://storage.googleapis.com/golang/$(GOTARBALL) +common-generated/$(NODETARBALL): common-generated + wget -cqO common-generated/$(NODETARBALL) https://nodejs.org/dist/v6.11.2/$(NODETARBALL) + common-generated: mkdir common-generated