Docker issue
#2956
Replies: 1 comment 1 reply
-
The real error message is:
I see you have installed SkiaSharp 3.0, but that is just the managed binary. The native bits are in SkiaSharp.NativeAssets.Linux You will have to just install that package too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i have a running Avalonia App which uses SkiaSharp. The VS Application is working but the Docker image does not work. In the following i will add more data, maybe someone can help me how to modify the Dockerfile to make the project running (on x86 linux)
The project uses the CheryIUI Library which needs the follwing verions:
This is the dockerfile ( i have already tried playing around with different libraries...):
And this is the error message:
Thank you very much in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions