-
Notifications
You must be signed in to change notification settings - Fork 42
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
Running in container fails #37
Comments
My team is having the same issue on a build that hasn't changed but has suddenly started failing on our CI machines with the same error. |
That Dockerfile is just wrong it seems: I managed to get it to work with the following Dockerfile
|
@Risto97 your Dockerfile also doesn't work for me. I fixed the versions of core and ts and it seems it works now. It looks like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed the steps in the README to run
lv_img_conv
in a container:It fails to build
canvas@2.9.0
. Adding the missing dependencyto the docker solves this.
However if I then run
it fails with:
The text was updated successfully, but these errors were encountered: