diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 09:24:11 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 09:24:11 +0100 |
commit | 09ac0a46f4ba899bea09c7d4da8dc7c1540f9978 (patch) | |
tree | 4909a0f105a332c19f356b583df1d6f78cc0e918 /third_party/rake-compiler-dock/build.sh | |
parent | d2f20efcd8acfef059e21d5368f45c75a87185f0 (diff) |
Building the grpc DLLs.
Diffstat (limited to 'third_party/rake-compiler-dock/build.sh')
-rwxr-xr-x | third_party/rake-compiler-dock/build.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rake-compiler-dock/build.sh b/third_party/rake-compiler-dock/build.sh new file mode 100755 index 0000000000..22ffd18cac --- /dev/null +++ b/third_party/rake-compiler-dock/build.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# Run this to produce the snipplet of data to insert in the Dockerfile. + +echo 'RUN echo \\' +tar cz build | base64 | sed 's/$/\\/' +echo '| base64 -d | tar xzC /' |