sparklemotion / nokogiri.org

Documentation site for Nokogiri (a ruby library)
https://nokogiri.org/
MIT License
45 stars 24 forks source link

resolve xz error in alpine based distros #48

Closed vishnu-narayanan closed 2 years ago

vishnu-narayanan commented 2 years ago

Nokogiri fails to build when gems are compiled natively in alpine based docker images. This is due to the missing xz package needed to untar libxml and libxslt.

ref: https://github.com/chatwoot/chatwoot/issues/4045

flavorjones commented 2 years ago

Hi @vishnu-narayanan, thanks for submitting this! Merging, will deploy shortly.