Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Update Dockerfile #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Dockerfile #49

wants to merge 1 commit into from

Conversation

whybfq
Copy link

@whybfq whybfq commented Dec 1, 2017

I want to know why it should install grpc first.On the contrary, the grpc related to protobuf so why not install protobuf first.Thanks for your answer and I just give an advice and come up a question.

Copy link
Contributor

@markmandel markmandel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, protoc should come first.

Practically it doesn't matter much, but doing it first is cleaner, and causes less problems.

Just a minor change with the duplicate make commands.

./autogen.sh && ./configure && \
make && make check && make install && \
ldconfig && \
make && make install && make clean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you calling make and make install twice? it should be make clean after ldconfig

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, you are right, it needs a minor change.

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

Successfully merging this pull request may close these issues.

2 participants