new users
This commit is contained in:
parent
82af7a9963
commit
c75b073b74
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue