Reading some files based on docker alpine will cause unexpected exit. The attached icon is a test png. **test.js** ```javascript const libpng = require('node-libpng'); let result = libpng.readPngFileSync('./icon.png'); console.log(result); ```  [icon.png.zip](https://github.com/Prior99/node-libpng/files/5492404/icon.png.zip)