-
Notifications
You must be signed in to change notification settings - Fork 59
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
Not work in docker container #316
Comments
I'll check the docker images in a few days. I'm sorry, you need to run the application with the command if you don't need OpenSSL/TLS support:
instead of:
|
For the future generations: I've had similar issue using
instead of
It really hard to distinct invalid tag setup from tags not working in Go. |
@DifferentialOrange |
You need to install OpenSSL + dev files for compilation into the image before build. |
|
I think you don't install header files for the OpenSSL or a C compiler or something wrong with the environment. We have an example how to build OpenSSL, but on CI, not inside a docker image: https://github.com/tarantool/tt/blob/5fea6e16448598c67afa534e93010f4b1d2f70ae/.github/workflows/publish.yml#L31-L37 But it could help. |
I showed above an example of how I build custom docker container. Everything that is needed is installed in it (openssl, libssl-dev) , but at startup it still has the same errors. |
Sorry, I can't reopen the #315 issue.
Unfortunately, nothing helped.
Dockerfile
Dockerfile
The text was updated successfully, but these errors were encountered: