mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 04:31:57 +01:00
Add protoc executable to Docker image
This commit is contained in:
parent
eb88124205
commit
ce933c390b
@ -260,3 +260,10 @@ export CLANG_PURE_LLVM_INCLUDE_DIR=/usr/lib/llvm-6.0/include;
|
|||||||
# finally run:
|
# finally run:
|
||||||
ldconfig
|
ldconfig
|
||||||
# EOF: don't build anything below this line
|
# EOF: don't build anything below this line
|
||||||
|
|
||||||
|
# protoc, for proto-lens-combinators test suite
|
||||||
|
# Instructions from: https://google.github.io/proto-lens/installing-protoc.html
|
||||||
|
PROTOC_ZIP=protoc-3.3.0-linux-x86_64.zip
|
||||||
|
curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/$PROTOC_ZIP
|
||||||
|
sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc
|
||||||
|
rm -f $PROTOC_ZIP
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user