New issue by erezgeva on void-packages repository https://github.com/void-linux/void-packages/issues/35410 Description: Hi, I work on a new library. And I wish to write a template for my new library and test in on a void Linux system. That is to compile and package it. My goal is to provide the template file so any user that wishes to package the new library, can use the template, for this propose. My problem is that I can not manage to set such an environment. In order to test and build I must compile the void-packages bootstrap. This process take few hours and always fail on the GCC compilation. Why wouldn't you provide a Docker image with the void-packages bootstrap already built. So we can simply write our package template file and test it. Later other users and the void-Linux contributors can simply use it. Thanks Erez