Skip to content

Commit

Permalink
Add custom ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored and rvagg committed Jun 16, 2023
1 parent 4ac156a commit 4d945c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/x64-glibc-217/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4d945c0

Please sign in to comment.