diff options
Diffstat (limited to 'docker/storperf-graphite/Dockerfile')
-rw-r--r-- | docker/storperf-graphite/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/storperf-graphite/Dockerfile b/docker/storperf-graphite/Dockerfile index b566458..c2ffa81 100644 --- a/docker/storperf-graphite/Dockerfile +++ b/docker/storperf-graphite/Dockerfile @@ -18,6 +18,8 @@ ARG ARCH=x86_64 ARG ALPINE_VERSION=v3.5 FROM multiarch/alpine:$ARCH-$ALPINE_VERSION +RUN ulimit -n 1024 + # Install basic stuff =) RUN apk add --no-cache \ bash \ |