-
Notifications
You must be signed in to change notification settings - Fork 37
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
cannot build Dockerfile #196
Comments
What branch are you using, master of devel? I've just fixed devel to use git submodules correctly, but it should work on master as well (no submodules there yet). |
I had tried both. |
Ok, thanks for information. I just realized that I did not update the docker debian:latest since jessie. Debian Stretch uses newer openssl library and needs to be told explicitly to use libssl1.0-dev package. I've updated the Dockerfile in the devel branch, could you give it a try? |
`Switched to a new branch 'devel' Making install in profiles checking for gawk... (cached) mawk |
You need both
This problem is caused by the submodule filter not being initialized properly. Can you rebuild that image from scratch? |
when compilling "base" compiller says: cannot find ssl library.
adding libssl-dev and openssl into install secrion doesnt helps
The text was updated successfully, but these errors were encountered: