aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/rake-compiler-dock/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rake-compiler-dock/build.sh')
-rwxr-xr-xthird_party/rake-compiler-dock/build.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/rake-compiler-dock/build.sh b/third_party/rake-compiler-dock/build.sh
deleted file mode 100755
index ca01fa6d4d..0000000000
--- a/third_party/rake-compiler-dock/build.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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 /tmp'