Skip to content

Leadtech/docker-protoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protoc Compiler

This image provides a dockerized protoc compiler, with Python (3) and pip pre-installed. The intended use for this image is to provide a ready to use protoc executable. The python setup is useful when developing protoc plugins in Python. Run this container to compile protobuf files. Alternatively, extend this image to set up a development environment for protoc plugin development.

FROM leadtech/protoc:latest

ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
ADD . /opt/proto
WORKDIR /opt/proto

RUN pip3 install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors