protoc-gen-swift
and protoc-gen-grpc-swift
doesn't run on Alpine image based container
#77
Labels
protoc-gen-swift
and protoc-gen-grpc-swift
doesn't run on Alpine image based container
#77
Summary
protoc-gen-swift
andprotoc-gen-grpc-swift
doesn't run on Alpine Image based container.It only runs properly on Ubuntu Image based container
Steps to Reproduce
docker run --rm -it --name protoc --entrypoint /bin/sh thethingsindustries/protoc:development
protoc-gen-swift --version
What do you see now?
What do you want to see instead?
protoc-gen-swift 1.9.0
Environment
How do you propose to implement this?
The
protoc-gen-swift
andprotoc-gen-grpc-swift
works fine on "Ubuntu Image based Container".It only doesn't work when it is run on alpine image based container. I'm currently not sure what's the fundemental difference between the two containers, but I think that finding that difference should be the key to resolve the issue.
This behavior was introduced by #76 . If you revert the PR,
protoc-gen-swift
andprotoc-gen-grpc-swift
would at least work.The text was updated successfully, but these errors were encountered: