summaryrefslogtreecommitdiffstats
path: root/docker/storperf-reporting/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/storperf-reporting/Dockerfile')
-rw-r--r--docker/storperf-reporting/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/storperf-reporting/Dockerfile b/docker/storperf-reporting/Dockerfile
index ac507a6..ff28dd1 100644
--- a/docker/storperf-reporting/Dockerfile
+++ b/docker/storperf-reporting/Dockerfile
@@ -23,6 +23,8 @@ LABEL version="0.1" description="OPNFV Storperf Reporting Container"
ARG BRANCH=master
+RUN ulimit -n 1024
+
RUN apk add --update python py-pip
COPY . /home/opnfv/storperf-reporting