felippe-mendonca / is-msgs-protoc-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-msgs-protoc-py

Repository containing docker image to build protobuf to Python language including messages from is-msgs as well as prevent error on package import. To build your protobufs, run the command bellow with a list of protobuf files to be built:

docker run --rm -v `pwd`:/protos mendonca/is-msgs-protoc:1.1.7 <LIST_OF_PROTOBUF_FILES>

About


Languages

Language:Dockerfile 56.8%Language:Shell 43.2%