Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run it in Alpine ? #41

Open
JulianPorras8 opened this issue Jun 22, 2018 · 1 comment
Open

How to run it in Alpine ? #41

JulianPorras8 opened this issue Jun 22, 2018 · 1 comment

Comments

@JulianPorras8
Copy link

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.
👍

@Caian
Copy link

Caian commented Jun 29, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants