sean0x42 / markdown-extract

Extract sections of a markdown file. Useful for automatically extracting changelogs
https://hub.docker.com/r/sean0x42/markdown-extract
MIT License
31 stars 7 forks source link

Reduce size of Docker image using alpine or busybox #7

Closed sean0x42 closed 2 years ago

sean0x42 commented 4 years ago

Currently the completed docker image weights in at around 70mb. It's possible to reduce this using Alpine Linux of busybox instead of debian, bringing the total size down to around 10mb.

The issue is that compilation is more challenging, so more experimentation will be required.