NebulousLabs / docker-sia

The official docker image for the Sia daemon
https://sia.tech
MIT License
20 stars 1 forks source link

Add packages that provide OS-level mime-type support. #35

Closed ro-tex closed 4 years ago

ro-tex commented 4 years ago

These changes ensure that we'll have the /etc/mime.types files installed in the container, making content type detection possible and reliable.

On Debian we use the mime-support package and on Alpine we use mailcap because these are the packages which provide the needed file.