Running Mojo executable at Alpine docker
I created a mojo dockerfile the is working fine:
And wanted to use it as a builder image:
But I could not run the executable at the alpine based docker, and got the error:
I guess there are some dependencies that are exisiting at ubuntu and not exisiting at the Alpine docker, that is making the executable not be seen, noting that I just built the simpletst "heelo world" example.
0 Replies