From 4f903820133048a9e0e6a0a5d63b5a09bd9d1812 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 13 Jan 2015 14:02:10 -0700 Subject: [PATCH] Add official Node upstream repo to otherRepos in update.sh! --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 7ec595773..50dd5828d 100755 --- a/update.sh +++ b/update.sh @@ -39,6 +39,7 @@ declare -A otherRepos=( [mono]='https://github.com/mono/docker' [neurodebian]='https://github.com/neurodebian/dockerfiles' [nginx]='https://github.com/nginxinc/docker-nginx' + [node]='https://github.com/joyent/docker-node' [odoo]='https://github.com/odoo/docker' [opensuse]='https://github.com/openSUSE/docker-containers-build' [oraclelinux]='https://github.com/oracle/docker-images'