mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-02 01:46:28 +02:00
new users
This commit is contained in:
parent
ecc93fb7e1
commit
6b9dbe47df
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN apt-get -y install ruby
|
||||||
RUN apt-get -y install nodejs
|
RUN apt-get -y install nodejs
|
||||||
RUN apt-get -y install golang
|
RUN apt-get -y install golang
|
||||||
|
|
||||||
RUN useradd runner root
|
RUN useradd -g root runner
|
||||||
|
|
||||||
RUN echo '@runner soft nproc 16' >> /etc/security/limits.conf
|
RUN echo '@runner soft nproc 16' >> /etc/security/limits.conf
|
||||||
RUN echo '@runner hard nproc 16' >> /etc/security/limits.conf
|
RUN echo '@runner hard nproc 16' >> /etc/security/limits.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue