diff --git a/recipes/x64-glibc-217/Dockerfile b/recipes/x64-glibc-217/Dockerfile index cd6143b..78b0d55 100644 --- a/recipes/x64-glibc-217/Dockerfile +++ b/recipes/x64-glibc-217/Dockerfile @@ -6,7 +6,8 @@ ARG UID=1000 RUN groupadd --gid $GID node \ && adduser --gid $GID --uid $UID node -RUN yum install -y epel-release \ +RUN ulimit -n 1024 \ + && yum install -y epel-release \ && yum install -y centos-release-scl-rh \ && yum upgrade -y \ && yum install -y \