X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/10dc1ca759592b7281265ac1378bda126c979208..30298819bc92b5ec90c8544bee7e102cb64e888d:/build/package-build-dockerfiles/Makefile diff --git a/build/package-build-dockerfiles/Makefile b/build/package-build-dockerfiles/Makefile index 9dc536bf1e..5232050213 100644 --- a/build/package-build-dockerfiles/Makefile +++ b/build/package-build-dockerfiles/Makefile @@ -30,8 +30,10 @@ ubuntu1804/generated: common-generated-all GOTARBALL=go1.10.1.linux-amd64.tar.gz NODETARBALL=node-v6.11.2-linux-x64.tar.xz +RVMKEY1=mpapis.asc +RVMKEY2=pkuczynski.asc -common-generated-all: common-generated/$(GOTARBALL) common-generated/$(NODETARBALL) +common-generated-all: common-generated/$(GOTARBALL) common-generated/$(NODETARBALL) common-generated/$(RVMKEY1) common-generated/$(RVMKEY2) common-generated/$(GOTARBALL): common-generated wget -cqO common-generated/$(GOTARBALL) http://storage.googleapis.com/golang/$(GOTARBALL) @@ -39,5 +41,11 @@ common-generated/$(GOTARBALL): common-generated common-generated/$(NODETARBALL): common-generated wget -cqO common-generated/$(NODETARBALL) https://nodejs.org/dist/v6.11.2/$(NODETARBALL) +common-generated/$(RVMKEY1): common-generated + wget -cqO common-generated/$(RVMKEY1) https://rvm.io/mpapis.asc + +common-generated/$(RVMKEY2): common-generated + wget -cqO common-generated/$(RVMKEY2) https://rvm.io/pkuczynski.asc + common-generated: mkdir common-generated