summaryrefslogtreecommitdiffhomepage
path: root/images/benchmarks/httpd/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'images/benchmarks/httpd/Dockerfile')
-rw-r--r--images/benchmarks/httpd/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/benchmarks/httpd/Dockerfile b/images/benchmarks/httpd/Dockerfile
index b72406012..e95538a40 100644
--- a/images/benchmarks/httpd/Dockerfile
+++ b/images/benchmarks/httpd/Dockerfile
@@ -8,7 +8,7 @@ RUN set -x \
# Generate a bunch of relevant files.
RUN mkdir -p /local && \
- for size in 1 10 100 1000 1024 10240; do \
+ for size in 1 10 100 1024 10240; do \
dd if=/dev/zero of=/local/latin${size}k.txt count=${size} bs=1024; \
done