Alpine is a common flavor of linux and uses apk as a package manager.
This issue suggests including Alpine in the Building on Linux section of the Installation portion of the Pillow documentation.
It appears the most up-to-date Pillow dependencies under Alpine are listed in this commit. Which are:
apk add python3-dev py3-setuptools freetype-dev openjpeg-dev \
libimagequant-dev libwebp-dev tiff-dev libpng-dev lcms2-dev \
libjpeg-turbo-dev libxcb-dev zlib-dev
I tested the above using Pillow==8.02 and was successful.
Is there an appetite for including Alpine in the documentation? If so, is there any feedback on the above dependency list?