new users

This commit is contained in:
Brian Seymour 2018-09-21 01:12:00 -05:00
parent 1832ab6dfe
commit 586a686c5a
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ RUN apt-get -y install golang
RUN useradd -g root runner
RUN echo '@runner soft nproc 16' >> /etc/security/limits.conf
RUN echo '@runner hard nproc 16' >> /etc/security/limits.conf
RUN echo '@runner soft nproc 64' >> /etc/security/limits.conf
RUN echo '@runner hard nproc 64' >> /etc/security/limits.conf
USER runner
WORKDIR /tmp