Raku / docker

Docker files for Rakudo Star
Artistic License 2.0
34 stars 22 forks source link

official-images cleanup and improvements #1

Closed yosifkit closed 9 years ago

yosifkit commented 9 years ago
hoelzro commented 9 years ago

@yosifkit thanks for the pr! regarding c library dependencies, are you asking if perl 6 modules need to compile c libraries, or if they reference libraries under /usr/lib?

tianon commented 9 years ago

I think a good example would be XML::LibXML for Perl 5, which is a wrapper around libxml2. Is this as common in Perl 6 as it is in 5, or is it more like the Go world, where the majority of libraries get re-implemented natively?

hoelzro commented 9 years ago

Thanks for the cleanup @yosifkit, and for the input @tianon!

hoelzro commented 9 years ago

Ok, I just tried all of the Star modules, and they all look good on the generated image!