X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2397c4a4ab0dd9cad3eaeb77a4ef0cc37bd80a23..6afdf38337e3278234d03480b64e50beaddcd105:/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