This is very interesting. I have been playing with docker too [1] [2] [3]�� and indeed I also tried to make it work with alpine [4]. But it was complicated because alpine doesn't come with `glibc` but instead `musl`. And there are differences between them. So for example for VA Smalltalk I had to install `glibc`. I succeeded but the final size of the docker image with alpine��+ glibc was almost the same size as the debian lite... so it didn't make much sense to me.��
The support for glic is not official and as you can see I reported it [5]
Anyway, I will be curious to know your progress. Would cog VM work correctly with musl instead of glibc?��
Best,��