aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/envoy/Dockerfile
diff options
context:
space:
mode:
authorGravatar htuch <htuch@users.noreply.github.com>2018-11-02 10:41:32 -0400
committerGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2018-11-02 07:41:32 -0700
commit991bf32f47a909c849a2207348e34859d9cf96b2 (patch)
treefba1cd3a91069fed62c528c99f33d2712569cfc9 /projects/envoy/Dockerfile
parent96fce46d4adc6fbcfafc567f20513a42a56e7e57 (diff)
envoy: use Bazel to build corpora. (#1917)
* envoy: use Bazel to build corpora. Rather than scraping this out of the source tree, build each corpus under Bazel. The advantage is that we can now support synthesized corpora, e.g. automated generation from unit tests. Signed-off-by: Harvey Tuch <htuch@google.com> * Review feedback. Signed-off-by: Harvey Tuch <htuch@google.com>
Diffstat (limited to 'projects/envoy/Dockerfile')
-rw-r--r--projects/envoy/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/envoy/Dockerfile b/projects/envoy/Dockerfile
index dfe3c0ae..095786dc 100644
--- a/projects/envoy/Dockerfile
+++ b/projects/envoy/Dockerfile
@@ -37,4 +37,4 @@ RUN apt-get update && apt-get install -y bazel
RUN git clone https://github.com/envoyproxy/envoy.git
WORKDIR $SRC/envoy/
-COPY find_corpus.py build.sh $SRC/
+COPY build.sh $SRC/