Add official Node upstream repo to otherRepos in update.sh!
This commit is contained in:
parent
01312da02b
commit
4f90382013
|
|
@ -39,6 +39,7 @@ declare -A otherRepos=(
|
||||||
[mono]='https://github.com/mono/docker'
|
[mono]='https://github.com/mono/docker'
|
||||||
[neurodebian]='https://github.com/neurodebian/dockerfiles'
|
[neurodebian]='https://github.com/neurodebian/dockerfiles'
|
||||||
[nginx]='https://github.com/nginxinc/docker-nginx'
|
[nginx]='https://github.com/nginxinc/docker-nginx'
|
||||||
|
[node]='https://github.com/joyent/docker-node'
|
||||||
[odoo]='https://github.com/odoo/docker'
|
[odoo]='https://github.com/odoo/docker'
|
||||||
[opensuse]='https://github.com/openSUSE/docker-containers-build'
|
[opensuse]='https://github.com/openSUSE/docker-containers-build'
|
||||||
[oraclelinux]='https://github.com/oracle/docker-images'
|
[oraclelinux]='https://github.com/oracle/docker-images'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue