Преглед изворни кода

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

Tianon Gravi пре 11 година
родитељ
комит
4f90382013
1 измењених фајлова са 1 додато и 0 уклоњено
  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'