EBIvariation / vcf-validator

Validation suite for Variant Call Format (VCF) files, implemented using C++11
Apache License 2.0
129 stars 39 forks source link

Reduce size of Docker image #87

Closed cyenyxe closed 6 years ago

cyenyxe commented 6 years ago

Our Docker image is based on Ubuntu Xenial, making it hundreds of MB in size. Reducing it would improve download times and disk usage.

Other well known distributions that can be used as base for Docker images are Alpine and BusyBox. These may not be as straightforward to use as Ubuntu, with more packages needing to be manually installed.

jmmut commented 6 years ago

fixed by #90