Add official Node upstream repo to otherRepos in update.sh!

This commit is contained in:
Tianon Gravi 2015-01-13 14:02:10 -07:00
parent 01312da02b
commit 4f90382013
1 changed files with 1 additions and 0 deletions

View File

@ -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'