-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Alpine instalation is failling #303
Comments
Dockerfile
|
I was able to build the image, it was a silly mistake related with node modules being included in the image and the fact that red warnings were appearing. |
@pjanuario why did you install the apks |
@rudolph9 because alpine binaries are not available. |
I am still facing this issue even though I included all binaries that you have added to your alpine image. Anything else you might have done extra? |
I am trying to build a alpine image with zeromq library installed without much success, I used the same approach that I was using before with zmq module.
I also tried some other alternatives as described in the documentation without much success, can someone give a hint here:
After this build that gives does errors the container is still built and if try to run a example app it will give the following error:
Any clue?
The text was updated successfully, but these errors were encountered: