Skip to content
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

Missing dependencies in dockerfile #356

Closed
ocelik111 opened this issue Jul 29, 2022 · 2 comments
Closed

Missing dependencies in dockerfile #356

ocelik111 opened this issue Jul 29, 2022 · 2 comments

Comments

@ocelik111
Copy link

Hello, I was running through the quickstart guide and the docker build was not completing, I noticed in the dockerfile some dependencies were missing (libssl-dev and rapidjson-dev) and added them to line 6. Running with the added dependencies completed the build.

RUN apt-get update && apt-get install -y build-essential ccache bison flex libboost-all-dev libssl-dev rapidjson-dev cmake

@Seifert69
Copy link
Owner

If you have the time to do a pull request I'd be very grateful :-) If not, I'll get around to it. Thanks!

@ocelik111
Copy link
Author

#357 here ya go chief

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants