-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fail to run as image #36
Comments
Hmm, Docker... libresolv is part of libc. One can't even rely on that? I even tried switching to Debian Bullseye full for the base image, but that didn't fix it. Will be continued. |
I've succeeded with the Dockerfile of Pull requests #8 and added the following line :
|
It was because the run image was very minimally composed and created as a separate stage. It's fixed now, in master. |
I've cloned repository to build the most recent image :
docker build . -t xxxx/flashmq:v230226.2208
and pushed it.
When I restart my container with this new image I get the following error 👍
flashmq | /bin/flashmq: error while loading shared libraries: libresolv.so.2: cannot open shared object file: No such file or directory
several times
It's the same result if I try with the v1.2.1 code source
The text was updated successfully, but these errors were encountered: