diff options
Diffstat (limited to 'benchmarks/workloads/httpd/BUILD')
-rw-r--r-- | benchmarks/workloads/httpd/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/workloads/httpd/BUILD b/benchmarks/workloads/httpd/BUILD index a70873065..83450d190 100644 --- a/benchmarks/workloads/httpd/BUILD +++ b/benchmarks/workloads/httpd/BUILD @@ -9,5 +9,6 @@ pkg_tar( name = "tar", srcs = [ "Dockerfile", + "apache2-tmpdir.conf", ], ) |