Explorar el Código

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

Tianon Gravi hace 11 años
padre
commit
4f90382013
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      update.sh

+ 1 - 0
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'