Skip to content

Docker-s-IMAGES/protoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protoc for python3

In Linux/Windows subsystem for Linux:

#!/bin/sh

case $(uname -r) in
	*-Microsoft ) cwd=$(pwd);cwd=${cwd#/mnt};;
	* ) cwd=$(pwd);;
esac

docker run --rm -v "$cwd":/src ghcr.io/docker-s-images/protoc:main $*