Add rakudo star URL to update.sh

This commit is contained in:
Rob Hoelz 2015-04-03 18:45:53 -05:00
parent 0392a67fa8
commit 30d85ee57e
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ declare -A otherRepos=(
[oraclelinux]='https://github.com/oracle/docker' [oraclelinux]='https://github.com/oracle/docker'
[perl]='https://github.com/Perl/docker-perl' [perl]='https://github.com/Perl/docker-perl'
[r-base]='https://github.com/rocker-org/rocker' [r-base]='https://github.com/rocker-org/rocker'
[rakudo]='https://github.com/perl6/docker'
[registry]='https://github.com/docker/docker-registry' [registry]='https://github.com/docker/docker-registry'
[rethinkdb]='https://github.com/stuartpb/rethinkdb-dockerfiles' [rethinkdb]='https://github.com/stuartpb/rethinkdb-dockerfiles'
[swarm]='https://github.com/docker/swarm-library-image' [swarm]='https://github.com/docker/swarm-library-image'