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

Building Dockerfile results in missing protoc error #75

Closed
hderms opened this issue Feb 15, 2023 · 0 comments · Fixed by #76
Closed

Building Dockerfile results in missing protoc error #75

hderms opened this issue Feb 15, 2023 · 0 comments · Fixed by #76

Comments

@hderms
Copy link
Contributor

hderms commented Feb 15, 2023

19.98 --- stderr
19.98 thread 'main' panicked at 'Could not find protoc installation and this build crate cannot proceed without
19.98 this knowledge. If protoc is installed and this crate had trouble finding
19.98 it, you can set the PROTOC environment variable with the specific path to your
19.98 installed protoc binary.If you're on debian, try apt-get install protobuf-compiler or download it from https://github.com/protocolbuffers/protobuf/releases

We can correct this by installing protobuf-compiler prior to running that command.

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

Successfully merging a pull request may close this issue.

1 participant