new users

This commit is contained in:
Brian Seymour 2018-09-21 01:13:53 -05:00
parent 82af7a9963
commit c75b073b74
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 64' >> /etc/security/limits.conf
RUN echo '@runner hard nproc 64' >> /etc/security/limits.conf
RUN echo '@runner soft nproc 16' >> /etc/security/limits.conf
RUN echo '@runner hard nproc 16' >> /etc/security/limits.conf
USER runner
WORKDIR /tmp