You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project is running in prod environment with Alpine docker image node:8.9.4-alpine.
The packages scpecified here https://github.com/monostream/tifig#linux most of them are not valid Alpine packages.
Do I have to take other instructions into account?
Thanks for all, I ran it in ubuntu and worked perfectly.
👍
The text was updated successfully, but these errors were encountered:
Besides core development packages, you also have to install ffmpeg-dev (comes with libavcodec and libswscale), fftw-dev (required by vips) and vips itself, which require you to add edge/testing repository to apk, as described in: https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management
If you pin the testing repository, you can:
apk install vips-dev@testing
With this I managed to compile and use tifig without any issues.
My project is running in prod environment with Alpine docker image node:8.9.4-alpine.
The packages scpecified here https://github.com/monostream/tifig#linux most of them are not valid Alpine packages.
Do I have to take other instructions into account?
Thanks for all, I ran it in ubuntu and worked perfectly.
👍
The text was updated successfully, but these errors were encountered: